Crypt
Crypt copied to clipboard
Overhaul of compiler
Compiler rewrite for increased performance and flexibility.
- [x] Custom Lexer
- [x] Custom Parser --> In progress
- [x] Interpreter (To run language)
- [ ] JVM backend (to finally make a full JVM language)
- [x] CLI to tie everything together