mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 01:44:36 +00:00
19 lines
292 B
Markdown
19 lines
292 B
Markdown
# 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
|
|
|