mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 01:14:40 +00:00
22 lines
470 B
Markdown
22 lines
470 B
Markdown
# Odin Roadmap
|
|
|
|
Not in any particular order
|
|
|
|
* Custom backend to replace LLVM
|
|
- Improve SSA design to accommodate for lowering to a "bytecode"
|
|
- SSA optimizations
|
|
- COFF generation
|
|
- linker
|
|
* Type safe "macros"
|
|
* Documentation generator for "Entities"
|
|
* Multiple architecture support
|
|
* Inline assembly
|
|
* Linking options
|
|
- Executable
|
|
- Static/Dynamic Library
|
|
* Debug information
|
|
- pdb format too
|
|
* Command line tooling
|
|
* Compiler internals:
|
|
- Big numbers library
|