Added more self-hosting TODO items

This commit is contained in:
Justin Ethier 2015-05-24 16:28:07 -04:00
parent c21ff55158
commit 9aeb4002da

4
TODO
View file

@ -13,6 +13,10 @@ 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
- quasiquote - will need to enhance the parser to support a second type of quote, at minimum
- (newline)
- string<? symbol<? - and related functions, too
- (system) - not standard, but need to run gcc. See cyclone.scm for use
- vectors - limited use in cgen module - make-vector, vector-set!, and vector-ref
- Reduction in size of generated code
is there anything we can do?