SIGN IN SIGN UP
2017-03-03 11:20:22 +00:00
# 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