28 CodeMusings tagged with 'gosub'

0 0
GoSuB Browser Progress, pt10
jaytaph 10 months ago

I'm starting to get the hang of Rust. The borrow checker isn't yelling at me as much as it used to do, and I'm starting to see why things aren't wo...

rust gosub chatgpt
0 0
GoSuB Browser Progress, pt9
jaytaph 10 months 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 parsing
0 0
GoSuB Browser Progress, pt8
jaytaph 10 months ago

Finally, the tokenizer passes all html5lib-tests and is merger into the main branch [https://github.com/jaytaph/gosub-browser/](https://github.com/...

rust gosub tokenizer utf8
0 0
GoSuB Browser Progress, pt7
jaytaph 10 months ago

It seems I hit (another) snag: more than 5000 of the 6000 token tests from html5lib-tests are passing, so that's a big win. There are 2 issues tha...

rust gosub utf-8
0 0
GoSuB Browser Progress, pt6
jaytaph 11 months 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, pt4
jaytaph 11 months 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, pt3
jaytaph 11 months 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, pt2
jaytaph 11 months 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

Sign up to create your own musings, and follow others.