This commit is contained in:
Justin Ethier 2016-01-11 19:55:44 -05:00
parent d130b84ccb
commit 601664ca13

View file

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