Master branch supports #true and #false

This commit is contained in:
Justin Ethier 2016-11-19 18:38:01 +00:00
parent 0283fe1c9c
commit d9583916a3

View file

@ -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.