Added (scheme repl)

This commit is contained in:
Justin Ethier 2017-12-15 17:24:04 -05:00
parent c962050c9b
commit f97192f230

View file

@ -7,6 +7,7 @@ Features
- Added `let-syntax` to the compiler and interpreter. - Added `let-syntax` to the compiler and interpreter.
TBD: `letrec-syntax` TBD: `letrec-syntax`
- Allow `eval` to recognize `syntax-rules` macros. - Allow `eval` to recognize `syntax-rules` macros.
- Added the `(scheme repl)` library and `interaction-environment` function from R7RS.
Internal Changes Internal Changes