This commit is contained in:
Justin Ethier 2017-12-18 23:40:30 +00:00
parent 44af2e8d98
commit 14ead0a368

View file

@ -7,6 +7,7 @@ Features
- 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.
- Added single-byte oriented I/O functions `read-u8`, `peek-u8`, and `write-u8` from R7RS.
Internal Changes