diff options
| author | gingerBill <ginger.bill.22@gmail.com> | 2016-07-24 22:06:58 +0100 |
|---|---|---|
| committer | gingerBill <ginger.bill.22@gmail.com> | 2016-07-24 22:06:58 +0100 |
| commit | 9d8355d3612e65a5764640fb972bc4ef9f013088 (patch) | |
| tree | 7d9d9a4c43ba7cf9c952d4f5c0d8e244612e36c0 /todo.md | |
| parent | 3fe7fc344d7d17a571a01e531db4a0e5ff057c9f (diff) | |
Branch Statements, if init statement, File parsing errors
Diffstat (limited to 'todo.md')
| -rw-r--r-- | todo.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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) |