Jul 19, 2019
Status update on self-hosting my new Assembly syntax
Another day, another bug fixed, another example program working.
But now I've hit a missing feature: code-generating the special run-tests
function, which just calls all functions starting with 'test-'. Pretty much all remaining programs are now bottlenecked on this.
Next few tasks:
-
run-tests
- '\n' in string literals
- it's dog slow. Probably the linear search. But no profiling yet.
https://github.com/akkartik/mu/blob/3af52436dfa/subx/Readme.md#roadmap-and-status
This post is part of my Freewheeling Apps Devlog.
Comments gratefully appreciated. Please send them to me by any method of your choice and I'll include them here.