aboutsummaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorgingerBill <ginger.bill.22@gmail.com>2016-07-24 22:06:58 +0100
committergingerBill <ginger.bill.22@gmail.com>2016-07-24 22:06:58 +0100
commit9d8355d3612e65a5764640fb972bc4ef9f013088 (patch)
tree7d9d9a4c43ba7cf9c952d4f5c0d8e244612e36c0 /todo.md
parent3fe7fc344d7d17a571a01e531db4a0e5ff057c9f (diff)
Branch Statements, if init statement, File parsing errors
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/todo.md b/todo.md
index c7caf08cf..ecf45ffc1 100644
--- a/todo.md
+++ b/todo.md
@@ -8,7 +8,8 @@
## Parser
* Extra checking here rather than in the checker
-* Mulitple files
+* Mulitple files (done)
+ - Namespaces
## Checker
* Cyclic Type Checking
@@ -18,10 +19,10 @@
- integer
- rational
- real
-* Multiple files
+* Multiple files (done)
+ - Namespaces
## Codegen
-* Begin!!!
* Emit LLVM-IR using custom library
* Debug info
@@ -29,3 +30,9 @@
* Begin!!!
* Choose/determine architecture
+
+
+
+## Language
+
+* should `if/for` statements init statement be of the same scope as the block scope or not? (currently not)