38 CodeMusings tagged with 'gosub'
jaytaph 9 months ago
It has been a while! So, we are still going on strong, albeit slowly. The CSS system is not finished as there is still a lot to do. We had to writ...
gosubjaytaph 1 year ago
Last week I've spend some work on the stylesheets. We are currently able to convert a CST tree into a stylesheet structure that can be used for sel...
rust gosub cssjaytaph 1 year ago
I've did some tree-walking on the document in order to render text rudimentary on the screen. It works mostly for simple layout sites like hackerne...
gosub cssjaytaph 1 year ago
It has been two weeks because I forgot to post a new update. So here's what's happened the last two weeks and what the next plans are: I've done s...
rust gosub ipc cssjaytaph 1 year 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...
rust gosubjaytaph 1 year 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 brea...
rust gosubjaytaph 1 year 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 serial...
rust gosubbigfatbird 1 year ago
I never programmed for the Mac or iOS. I have a little motivation to learn it, though. I live in Berlin and when I'm commuting i am using the servi...
gosub 100DaysOfSwiftUIjaytaph 1 year 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 w...
rust gosubjaytaph 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 html5