Include icyc -p improvements

This commit is contained in:
Justin Ethier 2020-05-28 21:40:22 -04:00
parent 7c147526a5
commit 3d31f7ce63

View file

@ -5,6 +5,7 @@
Features
- Added the `(cyclone foreign)` library to make it easier to integrate with C code using the FFI.
- Arthur Maciel improved how `icyc` handles the "-p" flag, to now read/evalute all expressions passed.
Bug Fixes