Here's my preferred leisure project in C++. I aim to create a small, imperative utility language for personal usage. Also, I dislike *nix shell script syntax so here I am.
Pre-Notes:
- The runtime is a stack based VM with naively generated bytecode.
- The Semantic analyzer is partly done. Type checking seems alright for now, but constness checks are to-do.
- See the Roadmap for my long-term plan. Feel free to remind me to continue this, and I'll chip at it whenever I can.
