Added immutable objs

This commit is contained in:
Justin Ethier 2019-05-22 17:07:03 -04:00
parent 8539dd3915
commit 1a7e74e65b

View file

@ -2,6 +2,10 @@
## 0.11.1 - TBD ## 0.11.1 - TBD
Features
- Added support for immutable objects. Any quoted pairs, vectors, bytevectors, or strings will now be flagged as immutable, per R7RS.
Bug Fixes Bug Fixes
- Fixed a bug where the compiler would not always validate the number of arguments passed to a locally-defined function. - Fixed a bug where the compiler would not always validate the number of arguments passed to a locally-defined function.