blob: ab35c7830e2a00423491119695b9c99cce14e137 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|