mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Removed completed qq item
This commit is contained in:
parent
309c029097
commit
e9bb72368c
1 changed files with 1 additions and 4 deletions
5
TODO
5
TODO
|
@ -13,12 +13,9 @@ Working TODO list:
|
||||||
|
|
||||||
- need to change current*port functions to actually have a current port, and other i/o operations to use the correct current port
|
- need to change current*port functions to actually have a current port, and other i/o operations to use the correct current port
|
||||||
issue here is, to do this right we need parameterize and dynamic-wind. both of which would be nice, but are a lot more work, too
|
issue here is, to do this right we need parameterize and dynamic-wind. both of which would be nice, but are a lot more work, too
|
||||||
- quasiquote - will need to enhance the parser to support a second type of quote, at minimum
|
|
||||||
parser needs to be reworked to handle quotes by invoking parser and reading
|
|
||||||
(quote _) or (quasiquote _) etc
|
|
||||||
passing quote level won't work because could be anything there.
|
|
||||||
- vectors - limited use in cgen module - make-vector, vector-set!, vector-ref, list->vector, vector->list
|
- vectors - limited use in cgen module - make-vector, vector-set!, vector-ref, list->vector, vector->list
|
||||||
obvious issues are how to represent the vector (array of objects, I suppose) and how to GC it, including handling mutations
|
obvious issues are how to represent the vector (array of objects, I suppose) and how to GC it, including handling mutations
|
||||||
|
- what else? there must be more stuff
|
||||||
|
|
||||||
- Reduction in size of generated code
|
- Reduction in size of generated code
|
||||||
is there anything we can do?
|
is there anything we can do?
|
||||||
|
|
Loading…
Add table
Reference in a new issue