mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 14:07:34 +02:00
Issue #331 - Document eval fixes for begin/records
This commit is contained in:
parent
80b861664a
commit
7420b34f84
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ Bug Fixes
|
|||
- Modified `(srfi 27)` to use the timer to seed the pseudorandom number generator.
|
||||
- Fixed `exit` to return the appropriate status code when a boolean is passed, per R7RS:
|
||||
> If no argument is supplied, or if obj is #t, the exit procedure should communicate to the operating system that the program exited normally. If obj is #f, the exit procedure should communicate to the operating system that the program exited abnormally.
|
||||
- Enhanced the interpreter (`eval`) to properly support splicing in definitions introduced by `begin`.
|
||||
- Fixed `define-record-type` so now it works in the interpreter.
|
||||
|
||||
Deprecated
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue