Merging from gingerBill's master

This commit is contained in:
Zachary Pierson
2017-02-11 23:35:07 -06:00
12 changed files with 163 additions and 170 deletions
+1 -3
View File
@@ -47,7 +47,7 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou
## Roadmap
Not in any particular order
Not in any particular order and not be implemented
* Compile Time Execution (CTE)
- More metaprogramming madness
@@ -57,10 +57,8 @@ Not in any particular order
* Replace LLVM backend with my own custom backend
* Improve SSA design to accommodate for lowering to a "bytecode"
* SSA optimizations
* Parametric Polymorphism ("Generics")
* Documentation Generator for "Entities"
* Multiple Architecture support
* Language level atomics and concurrency support
* Debug Information
- pdb format too
* Command Line Tooling