Bugfixes + webprep
This will be a shorter devlog, because, though there is a lot of time logged, much of this was just troubleshooting the few things I was adding.
Bugfixes:
- In the lexer, there existed some issues with my fsm, and the way I processed escaped characters
- Added some protections in the parser instead of semantic analysis so enforcement was throurough and non-manual
Webprep:
- Removed external dependencies that only npm could run. This enabled the beginning of development of a web editor gui by my friend in Svelte
- Rewrote dependencies and npm-specific stuff to my npm-agnostic, using my own implementations (mostly just pico-colors tbh)
The photo attached is it showing how another runtime (in this example, bun) can run the project that originally only worked with npm.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.