mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Records now supported
This commit is contained in:
parent
786ce36c49
commit
944bfee0b6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Section | Status | Comments
|
|||
5.2 Import declarations | Partial |
|
||||
5.3 Variable definitions | Partial | `define-values` is not implemented yet.
|
||||
5.4 Syntax definitions | |
|
||||
5.5 Record-type definitions | |
|
||||
5.5 Record-type definitions | Yes | Located in the `(srfi 9)` library.
|
||||
5.6 Libraries | Partial | Support is "good enough" but need to make it more robust
|
||||
5.7 The REPL | Yes |
|
||||
6.1 Equivalence predicates | Yes | `eqv?` is not implemented, it is just an alias to `eq?`
|
||||
|
|
Loading…
Add table
Reference in a new issue