Move files to misc

This commit is contained in:
Ginger Bill
2017-03-03 11:20:22 +00:00
parent 2aa402f462
commit 4ef4605d6d
6 changed files with 130 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# 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