Include SRFI descriptions

This commit is contained in:
Justin Ethier 2017-02-08 23:39:08 -05:00
parent cf5022face
commit 2411d3206c

View file

@ -2,7 +2,12 @@
Features
- Koz Ross added implementations of SRFI 28, 60 and 121.
- Koz Ross added implementations of the following SRFI's:
- SRFI 28 - Basic format strings
- SRFI 60 - Integers as bits
- SRFI 121 - Generators
- Allow a program to have more than one `import` declaration. A program can now also use `cond-expand` to selectively expand `import` declarations.
- Added the `-A` and `-I` compiler options from SRFI 138 to `cyclone`: