mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Move files to misc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user