Added let-values fix

This commit is contained in:
Justin Ethier 2016-09-21 17:50:32 -04:00
parent 7b441dcfcf
commit 77cae5060b

View file

@ -3,7 +3,11 @@
TODO: performance improvements
need to improve both runtime speed and compiler optimizations
TODO: SRFI 113, 128
TODO: macro improvements (ref trans.) to support SRFI 128 and `let-values`
TODO: macro improvements (ref trans.) to support SRFI 128
Bug Fixes
- Improved macro hygiene support to properly rename temporary variables in the `let-values` macro.
# 0.2 - September 7, 2016