Added more vector req's

This commit is contained in:
Justin Ethier 2015-05-27 00:45:58 -04:00
parent 128da7878c
commit f205b80ec4

2
TODO
View file

@ -13,7 +13,7 @@ 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
- vectors - limited use in cgen module - make-vector, vector-set!, and vector-ref
- vectors - limited use in cgen module - make-vector, vector-set!, vector-ref, list->vector, vector->list
- Reduction in size of generated code
is there anything we can do?