5 CodeMusings tagged with 'html5'
jaytaph 1 year ago
We are making very good progress with the current parser tests, and we actually got around into parsing live documents (my own site, and google.com...
gosub html5jaytaph 1 year ago
So i've got an arena which is part of a document (tree) so all the nodes are stored there, and we reference nodes through their node_id (which is a...
rust gosub html5 parserjaytaph 1 year ago
Now that the tokenizer is done, I seem to be able to tokenize most of the html files i've tested. That's good! So i'm spending my time on creating...
rust gosub html5 parsingjaytaph 1 year ago
Happy times with the tokenizer! I've setup a tester that will actually test the tokenizer again the html5 testsuite. More and more tests found are...
rust gosub html5 tokenizerjaytaph 1 year ago
Now that I'm filling more and more data states, i can actually parse more and more html5 code. To test all this, i've generated some testcases thro...
rust html5 testing