Making your own programming language is easier than you think (but also harder)
https://lisyarus.github.io/blog/posts/making-your-own-programming-language.html
Making your own programming language is easier than you think (but also harder)
https://lisyarus.github.io/blog/posts/making-your-own-programming-language.html
krabby: making a fast Rust compiler
We got a great foundation for Chapter 7 completed: The top-level AST, interpretation, type-checking, and parsing of all the new constructs. Join me again next time for more elaboration on functions!
Finally finishing up my little scripting language. Just needs another pass on general code cleanup and some sort of documentation.
But, single file, pluggable allocators, list comprehensions, blocks, a very rich access syntax, runtime-extensible grammar (there’s a hole in the statement grammar that lets the host application add new statement types pretty simply, as “host commands”)…it looks like what would happen if AppleScript and REXX had a baby.
ETA this Sunday.
GCC 16 Release Series: Changes, New Features, and Fixes
https://fed.brid.gy/r/https://gcc.gnu.org/gcc-16/changes.html