WIP - letrec-syntax

This commit is contained in:
Justin Ethier 2017-12-12 19:07:40 -05:00
parent 4eaa61c0a4
commit 6f37b8597b

View file

@ -5,6 +5,7 @@
Features
- Added `let-syntax` to the compiler and interpreter.
TBD: `letrec-syntax`
- Allow `eval` to recognize `syntax-rules` macros.
Internal Changes