Future Plans
Short and Medium Term
Current priorities include:
-
Fixing silent miscompiles exposed by deeper real-world program execution.
-
Expanding C++ support, especially toward standard library header parsing.
-
Improving compiler performance and memory usage.
-
Improving platform coverage beyond the Apple Silicon-focused development environment, including Linux aarch64.
Long Term
The major long-term direction is a custom backend. LLVM is useful today because it narrows the surface area while frontend work is still difficult. A non-optimizing custom backend could eventually reduce dependency weight and explore faster compilation paths.