mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Include SRFI descriptions
This commit is contained in:
parent
cf5022face
commit
2411d3206c
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@
|
||||||
|
|
||||||
Features
|
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.
|
- 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`:
|
- Added the `-A` and `-I` compiler options from SRFI 138 to `cyclone`:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue