Support only and except

This commit is contained in:
Justin Ethier 2016-10-08 02:05:04 -04:00
parent 7caace8f13
commit 36a74053c2

View file

@ -9,6 +9,7 @@ Features:
- 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.
Bug Fixes