mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-08 21:47:33 +02:00
Added notes about allocations/functions
This commit is contained in:
parent
c5a219ffe1
commit
0798ded8a3
1 changed files with 2 additions and 0 deletions
2
TODO
2
TODO
|
@ -16,6 +16,8 @@ Working TODO list:
|
||||||
* Working vector TODO-list
|
* Working vector TODO-list
|
||||||
- Start in section 6.8 and add vector functions
|
- 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
|
||||||
|
note allocation functions can be functions instead of macros if they accept a
|
||||||
|
cont arg so they do not have to return
|
||||||
- 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
|
||||||
to handle vectors, though :(
|
to handle vectors, though :(
|
||||||
|
|
Loading…
Add table
Reference in a new issue