Please sign in to access this page
Minimal, cute, turing-complete 1 letter keyword language (it can run entirely out of your browser, thanks to WASM)! There are no numbers: if you wish to do math, the string literals you provide will be treated as bijective base26 numbers! You can chain some operators (like io, input output, which stores the input and also prints it!).
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
It's all deployed on Netlify now! The parser and VM are built to a WASM target and I'm just using a barebones website (see: previous devlog) as a test environment.