mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP
This commit is contained in:
parent
d130b84ccb
commit
601664ca13
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ Section | Status | Comments
|
|||
3.4 Storage model | Yes | No immutable types at this time.
|
||||
3.5 Proper tail recursion | Yes |
|
||||
4.1 Primitive expression types | Partial | `include` and `include-ci` are not implemented, although `include` may be specified as part of a library definition.
|
||||
4.2 Derived expression types | Partial |
|
||||
4.3 Macros | |
|
||||
4.2 Derived expression types | Partial | TODO: this is a large section. need to review support because most of this is included.
|
||||
4.3 Macros | Partial | No support for `syntax-rules` but a lower-level explicit renaming macro system is implemented.
|
||||
5.1 Programs | Yes |
|
||||
5.2 Import declarations | Partial |
|
||||
5.3 Variable definitions | Partial | `define-values` is not implemented yet.
|
||||
|
|
Loading…
Add table
Reference in a new issue