Roadmap
Things I want to implement eventually.
Core Language Features
- Implicit casting (e.g. long to int)
- Pre/post increment and decrement operators
- Expand/improve macro system
Compiler / Tooling
- Implement error recovery
- Add more optimization passes
Stretch / Long-Term Ideas
- Compile to other targets (e.g. Windows, ARM)
- Multithread every compiler stage
- Maybe replace the import system with a proper module system?
Found a bug or want to suggest something? Open an issue.