mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Added GC TODO's
This commit is contained in:
parent
6c40a29d5d
commit
9d16dc9426
1 changed files with 4 additions and 2 deletions
6
TODO
6
TODO
|
@ -13,11 +13,13 @@ Working TODO list:
|
|||
- Constructs require for self-hosting
|
||||
|
||||
- modify main cyclone.scm program to compile
|
||||
1) Need to add support:
|
||||
Error: Unbound variable(s): (command-line-arguments string-ref)
|
||||
|
||||
2) Need to either allow code to read an import after macro expansion, or have another main module for self-hosting
|
||||
|
||||
- GC improvements
|
||||
- is dhalloc limit good enough?
|
||||
- should expand size of heap if there is not enough room to fit all the "kept" objects
|
||||
|
||||
- eval
|
||||
there is no concept of macro expansion, probably other deficiencies as well
|
||||
almost certainly will break when running the self-hosted compiler...
|
||||
|
|
Loading…
Add table
Reference in a new issue