|
e32593da4c
|
Fix edge cases during parsing <script> tags with in-html code.
|
2021-11-21 12:32:36 +01:00 |
|
|
35fd8d7894
|
Fix an another indexing edge case.
|
2021-11-21 11:15:21 +01:00 |
|
|
4a947d39b0
|
Fix index calculations for comments in HTMLParser.
|
2021-11-21 11:04:39 +01:00 |
|
|
ff8790f81d
|
Implemented a few helpers for the HTMLParser.
|
2021-11-20 20:53:17 +01:00 |
|
|
f1965f4bd5
|
Added 3 helper methods.
|
2021-11-19 08:10:00 +01:00 |
|
|
f5afa7eb8e
|
Remove stray print.
|
2021-11-18 23:14:08 +01:00 |
|
|
000174f3c8
|
Now the HTMLParser builds up the HTML hierarchy correctly. Also prettified to_string's output.
|
2021-11-18 13:50:20 +01:00 |
|
|
2dac93662c
|
Inproved HTMLParserTag's to_string a bit.
|
2021-11-18 12:21:47 +01:00 |
|
|
7ce989d12b
|
Don't leak memory.
|
2021-11-18 12:07:28 +01:00 |
|
|
c23afa0332
|
Implemented to_string, and print for HTMLParser. also indexing fixes, and changed attributes and tags into pointers.
|
2021-11-18 12:03:43 +01:00 |
|
|
65ddfe2353
|
Call process right when it's needed.
|
2021-11-18 11:19:11 +01:00 |
|
|
ae3b14ad0c
|
Fixed the parse_args method.
|
2021-11-18 11:18:05 +01:00 |
|
|
43a7185e23
|
A bit more work on fixing the html argument parser's indexing.
|
2021-11-18 07:18:35 +01:00 |
|
|
1fcc47b353
|
Added a new HTMLParser class. Still WIP.
|
2021-11-18 00:59:21 +01:00 |
|