mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Issue #62
This commit is contained in:
parent
6d9ebb1a7c
commit
2d790d9dde
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ TODO: macro improvements (ref trans.) to support SRFI 128
|
|||
|
||||
Features:
|
||||
|
||||
- Added support for library import set forms: `only`, `except`, `prefix`, and `rename`.
|
||||
- Added limited support for calling `define-syntax` from `eval` - explicit renaming macros can now be declared interactively.
|
||||
- Added `get-environment-variables` from R7RS.
|
||||
- Improved library support to allow `only` and `except` import sets.
|
||||
|
|
|
@ -29,7 +29,7 @@ Section | Status | Comments
|
|||
5.3 Variable definitions | Partial | `define-values` is not implemented yet.
|
||||
5.4 Syntax definitions | Yes |
|
||||
5.5 Record-type definitions | Yes |
|
||||
5.6 Libraries | Partial | The following import set forms are not supported yet: `only`, `except`, `rename`, `prefix`.
|
||||
5.6 Libraries | Yes |
|
||||
5.7 The REPL | Yes |
|
||||
6.1 Equivalence predicates | Yes |
|
||||
6.2 Numbers | Partial | Only integers and reals are supported at this time.
|
||||
|
|
Loading…
Add table
Reference in a new issue