mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Master branch supports #true and #false
This commit is contained in:
parent
0283fe1c9c
commit
d9583916a3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Section | Status | Comments
|
||||||
5.7 The REPL | Yes |
|
5.7 The REPL | Yes |
|
||||||
6.1 Equivalence predicates | Yes |
|
6.1 Equivalence predicates | Yes |
|
||||||
6.2 Numbers | Partial | Only integers and reals are supported at this time.
|
6.2 Numbers | Partial | Only integers and reals are supported at this time.
|
||||||
6.3 Booleans | Yes | `#true` and `#false` are not recognized by parser.
|
6.3 Booleans | Yes |
|
||||||
6.4 Pairs and lists | Yes |
|
6.4 Pairs and lists | Yes |
|
||||||
6.5 Symbols | Yes |
|
6.5 Symbols | Yes |
|
||||||
6.6 Characters | Partial | No unicode support.
|
6.6 Characters | Partial | No unicode support.
|
||||||
|
|
Loading…
Add table
Reference in a new issue