aboutsummaryrefslogtreecommitdiff
path: root/todo.md
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-11-17 22:58:00 +0000
committerGinger Bill <bill@gingerbill.org>2016-11-17 22:58:00 +0000
commit24ca1065214f51cfbeb9c0eff98002c7d33139a2 (patch)
treef8504275c6b20ac4a3aaa47d7d7f6b982f8aabe0 /todo.md
parent4895031df56c8378db756db8d330f5cb07d4b14a (diff)
v0.0.3 Build
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/todo.md b/todo.md
index ecf45ffc1..ab35c7830 100644
--- a/todo.md
+++ b/todo.md
@@ -1,16 +1,5 @@
# Todo
-## Tokenizer
-* Unicode character category check - Letters, Digits
-* Extra operators
- - << and <<=
- - >> and >>=
-
-## Parser
-* Extra checking here rather than in the checker
-* Mulitple files (done)
- - Namespaces
-
## Checker
* Cyclic Type Checking
- type A: struct { b: B; }; type B: struct { a: A; };
@@ -19,20 +8,11 @@
- integer
- rational
- real
-* Multiple files (done)
- - Namespaces
## Codegen
-* Emit LLVM-IR using custom library
* Debug info
## Command Line Tool
* Begin!!!
* Choose/determine architecture
-
-
-
-## Language
-
-* should `if/for` statements init statement be of the same scope as the block scope or not? (currently not)