From b397e00522aaaa7f15a2978a72aecb6807d5f9c0 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 15 Dec 2017 17:34:18 -0500 Subject: [PATCH] letrec-syntax now has some support, too --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52820cff..e435cbc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,13 @@ Features -- Added `let-syntax` to the compiler and interpreter. -TBD: `letrec-syntax` -- Allow `eval` to recognize `syntax-rules` macros. +- Added `let-syntax` and `letrec-syntax` to the compiler and interpreter. - Added the `(scheme repl)` library and `interaction-environment` function from R7RS. +- Allow `eval` to recognize `syntax-rules` macros. Internal Changes -- Relocated all macro expansion code to the `(scheme eval)` module. `(scheme cyclone macros)` is now obsolete. +- Relocated all macro expansion code to the `(scheme eval)` module. Cyclone's `(scheme cyclone macros)` library is now obsolete. ## 0.7 - November 17, 2017