Delete misc/roadmap.md

This commit is contained in:
gingerBill
2024-06-21 00:02:12 +01:00
committed by GitHub
parent 91cc006e8f
commit bad4a6237e

View File

@@ -1,21 +0,0 @@
# 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