Move files to misc

This commit is contained in:
Ginger Bill
2017-03-03 11:20:22 +00:00
parent 2aa402f462
commit 4ef4605d6d
6 changed files with 130 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Todo
## Checker
* Cyclic Type Checking
- type A: struct { b: B; }; type B: struct { a: A; };
- ^ Should be illegal as it's a cyclic definition
* Big numbers library
- integer
- rational
- real
## Codegen
* Debug info
## Command Line Tool
* Begin!!!
* Choose/determine architecture