mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Updated TODO items
This commit is contained in:
parent
4f6b21b6c9
commit
2102e51c78
1 changed files with 4 additions and 6 deletions
10
TODO
10
TODO
|
@ -1,13 +1,11 @@
|
||||||
Working TODO list:
|
Working TODO list:
|
||||||
|
|
||||||
- Issues with library hello example:
|
- Issues with libraries:
|
||||||
|
|
||||||
libraries do not handle dependencies correctly. there are at least two issues:
|
icyc compiles now, but quote is broken, eg:
|
||||||
|
|
||||||
- cyclic dependencies cause the compiler to hang. will need to keep a running list of deps probably, like the chibi meta-language
|
cyclone> 'a
|
||||||
- entry_pt inits are not always in the correct order. see icyc broken unless imports are reversed. the deps need to be ordered such that
|
Error: Unbound variable quote
|
||||||
an import is not placed before another import that it depends upon. may be able to keep track of this info while keeping the running
|
|
||||||
list in the above bullet
|
|
||||||
|
|
||||||
|
|
||||||
- Reduction in size of generated code
|
- Reduction in size of generated code
|
||||||
|
|
Loading…
Add table
Reference in a new issue