mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
-ci functions are implemented.
This commit is contained in:
parent
e3abb3f744
commit
89d2e6afa0
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ Section | Status | Comments
|
|||
6.3 Booleans | Yes | `#true` and `#false` are not recognized by parser.
|
||||
6.4 Pairs and lists | Yes | `member` functions are predicates, `member` and `assoc` do not accept `compare` argument.
|
||||
6.5 Symbols | Yes |
|
||||
6.6 Characters | Partial | No unicode support, `char-ci` predicates are not implemented.
|
||||
6.7 Strings | Partial | No unicode support, `string-ci` functions are not implemented.
|
||||
6.6 Characters | Partial | No unicode support.
|
||||
6.7 Strings | Partial | No unicode support.
|
||||
6.8 Vectors | Yes |
|
||||
6.9 Bytevectors | Yes |
|
||||
6.10 Control features | Yes | `dynamic-wind` is limited, and does not work across calls to continuations.
|
||||
|
|
Loading…
Add table
Reference in a new issue