Added vector TODO

This commit is contained in:
Justin Ethier 2015-06-01 21:22:08 -04:00
parent b750585f56
commit 651e9f6b51

1
TODO
View file

@ -14,6 +14,7 @@ Working TODO 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
* Working vector TODO-list
- Start in section 6.8 and add vector functions
- make-vector should have an optional 'fill' arg in compiled code
- add mutation support for vectors. needed for vector-set!
- add vector literals. will probably require updating all trans scans