35 CodeMusings tagged with 'rust'
jaytaph 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 testingjaytaph 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 gosubjaytaph 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 gosubjaytaph 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 gosubjaytaph 1 year ago
So, I've decided to start a project that I wanted to do for a long time: write a browser. There are a few TINY issues with this: * First, I don't...
rust browser