This commit is contained in:
Justin Ethier 2016-09-26 21:02:42 -04:00
parent ba1d1e87e6
commit fe70f7842d

View file

@ -5,6 +5,10 @@ TODO: performance improvements
TODO: SRFI 113, 128 TODO: SRFI 113, 128
TODO: macro improvements (ref trans.) to support SRFI 128 TODO: macro improvements (ref trans.) to support SRFI 128
Features:
- Limited support for `define-syntax` from `eval`.
Bug Fixes Bug Fixes
- Improved macro hygiene support to properly rename temporary variables in the `let-values` macro. - Improved macro hygiene support to properly rename temporary variables in the `let-values` macro.