aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZachary Pierson <zacpiersonhehe@gmail.com>2017-02-11 23:35:07 -0600
committerZachary Pierson <zacpiersonhehe@gmail.com>2017-02-11 23:35:07 -0600
commitc50aabd916d8deca1b7be7dbd1c2ec1c5e319937 (patch)
tree4701da0189b3f41f8516662ea8e66574a671cc07 /README.md
parent3f3122bccc5f30af7dd43df2637fb01548729b0f (diff)
parente1fdd675cebc6e6dad50a359d8908c779a6d69b5 (diff)
Merging from gingerBill's master
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index ca363a455..e63772503 100644
--- a/README.md
+++ b/README.md
@@ -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