mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 13:16:34 +02:00
Added immutable objs
This commit is contained in:
parent
8539dd3915
commit
1a7e74e65b
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue