mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 14:19:17 +02:00
Comments on vector support
This commit is contained in:
parent
7e21dd7015
commit
28433c9936
2 changed files with 1 additions and 4 deletions
|
@ -29,7 +29,7 @@ Section | Status | Comments
|
||||||
6.5 Symbols | Yes |
|
6.5 Symbols | Yes |
|
||||||
6.6 Characters | Partial | No unicode support, `char-ci` predicates are not implemented.
|
6.6 Characters | Partial | No unicode support, `char-ci` predicates are not implemented.
|
||||||
6.7 Strings | |
|
6.7 Strings | |
|
||||||
6.8 Vectors | |
|
6.8 Vectors | Yes |
|
||||||
6.9 Bytevectors | |
|
6.9 Bytevectors | |
|
||||||
6.10 Control features | |
|
6.10 Control features | |
|
||||||
6.11 Exceptions | |
|
6.11 Exceptions | |
|
||||||
|
|
3
TODO
3
TODO
|
@ -11,9 +11,6 @@ Working TODO list:
|
||||||
- Constructs require for self-hosting
|
- Constructs require for self-hosting
|
||||||
|
|
||||||
- vectors
|
- vectors
|
||||||
- add vector literals. will probably require updating all trans scans
|
|
||||||
to handle vectors, though :(
|
|
||||||
- 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
|
note allocation functions can be functions instead of macros if they accept a
|
||||||
cont arg so they do not have to return
|
cont arg so they do not have to return
|
||||||
|
|
Loading…
Add table
Reference in a new issue