34 CodeMusings tagged with 'gosub'
0
0
GoSuB Browser Progress, pt6jaytaph 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 tokenizer
0
0
GoSuB Browser Progress, pt4jaytaph 1 year ago
As character entities are "completed", i can finally tokenize whole strings like "this is © 2023" and have it parsed correctly with the copyri...
rust gosub
0
0
GoSuB Browser Progress, pt3jaytaph 1 year ago
Finally done with the named character references. This took too long because I could not get the businesslogic right. Different code bases uses a d...
rust gosub
0
0
GoSuB Browser Progress, pt2jaytaph 1 year ago
I've spend some time fighting against Rust. It's not clear who won though. The biggest problem I'm currently facing is the fact that I have to disc...
rust gosub