mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
LibWeb: More work on the HTML parser and tokenizer
The parser can now switch the state of the tokenizer! Very webby. :^)
This commit is contained in:
parent
31db3f21ae
commit
20911efd4d
8 changed files with 186 additions and 14 deletions
|
@ -38,7 +38,7 @@ int main(int argc, char** argv)
|
|||
Core::EventLoop loop;
|
||||
|
||||
// This is a temporary test program to aid with bringing up the new HTML parser. :^)
|
||||
const char* input_path = "/home/anon/www/simple.html";
|
||||
const char* input_path = "/home/anon/www/welcome.html";
|
||||
if (argc > 1)
|
||||
input_path = argv[1];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue