Files
Odin/roadmap.md
T
Ginger Bill 24ca106521 v0.0.3 Build
2016-11-17 22:58:00 +00:00

18 lines
451 B
Markdown

# Odin Roadmap
Not in any particular order
* Compile Time Execution (CTE)
- More metaprogramming madness
- Compiler as a library
- AST inspection and modification
* CTE-based build system
* Replace LLVM backend with my own custom backend
* Improve SSA design to accommodate for lowering to a "bytecode"
* SSA optimizations
* Parametric Polymorphism
* Documentation Generator for Entities
* Linking Options
- Executable
- Static/Dynamic Library