From 6f37b8597bf37860567a18ce1617d640c6f0e654 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 12 Dec 2017 19:07:40 -0500 Subject: [PATCH] WIP - letrec-syntax --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58752e93..80b53354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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