mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Added vector TODO
This commit is contained in:
parent
b750585f56
commit
651e9f6b51
1 changed files with 1 additions and 0 deletions
1
TODO
1
TODO
|
@ -14,6 +14,7 @@ Working TODO list:
|
||||||
- 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
|
||||||
* Working vector TODO-list
|
* Working vector TODO-list
|
||||||
|
- Start in section 6.8 and add vector functions
|
||||||
- make-vector should have an optional 'fill' arg in compiled code
|
- make-vector should have an optional 'fill' arg in compiled code
|
||||||
- add mutation support for vectors. needed for vector-set!
|
- add mutation support for vectors. needed for vector-set!
|
||||||
- add vector literals. will probably require updating all trans scans
|
- add vector literals. will probably require updating all trans scans
|
||||||
|
|
Loading…
Add table
Reference in a new issue