@jaytaph · 2 years ago
It took me a while to get the css3 parser up and running. Unfortunately, I had to say goodbye to the existing parser written by neodev, but I could k…
@jaytaph · 2 years ago
It took me a while to get the css3 parser up and running. Unfortunately, I had to say goodbye to the existing parser written by neodev, but I could k…
@jaytaph · 2 years ago
There is been a lot of yak shaving the last week. I wanted to work on the whole "http connection -> rendertree" pipeline, but I got stuck at the poin…
@jaytaph · 2 years ago
I've just finished the DNS component. This will be used in the network layer so it's not much of use right now, but I could do with a bit of a break…
@jaytaph · 2 years ago
There are so many components we still need to write, and so many things we still do not know. We are currently designing the whole flow as a serializ…
@jaytaph · 2 years ago
We've finally passed all the tree-construction parser tests! Well, almost actually. We're at 99.89%, since there are 4 tests remaining for which we…
@jaytaph · 2 years ago
I'm struggling with Rust again. Basically I'm trying to fill in more tests, and that seems to go well, but I'm at a point I need to start filling "te…
@jaytaph · 2 years ago
We've passed the infamous test 23! With the help of phpnl slack collegue Mathijs, we've managed to get the adoption agency working properly. It seem…
@jaytaph · 2 years ago
I've seen a few contributions coming in which makes me very happy. Although one of the problems is that my ever-lasting parser branch gets out of syn…
@jaytaph · 2 years ago
I'm still working on test 23 in the tree-parser tests. :( There are a lot of steps.. and I keep finding small issues that I keep fixing, but this ma…
@jaytaph · 2 years ago
Did a [blog post](https://adayinthelifeof.nl/2023/09/22/browsers.html) on one of the reasons why I started this browser project. Exploded on [hackern…