Branch Statements, if init statement, File parsing errors

This commit is contained in:
gingerBill
2016-07-24 22:06:58 +01:00
parent 3fe7fc344d
commit 9d8355d361
9 changed files with 378 additions and 138 deletions
+10 -3
View File
@@ -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)