mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 13:49:16 +02:00
Added let-values fix
This commit is contained in:
parent
7b441dcfcf
commit
77cae5060b
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue