mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Update README.md
This commit is contained in:
parent
7ef5f899f2
commit
29567cf900
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ Cyclone is the first compiler written entirely in the latest R<sup>7</sup>RS Sch
|
|||
Features
|
||||
--------
|
||||
|
||||
- Support for the majority of the Scheme language as specified by the latest [R<sup>7</sup>RS standard](docs/Scheme-Language-Compliance.md). This includes support for libraries, exceptions, record types, and Unicode.
|
||||
- Support for the majority of the Scheme language as specified by the latest [R<sup>7</sup>RS standard](docs/Scheme-Language-Compliance.md).
|
||||
- New features from R<sup>7</sup>RS include libraries, exceptions, record types, and Unicode.
|
||||
- Hygienic macros based on `syntax-rules`
|
||||
- Low-level explicit renaming macros
|
||||
- Guaranteed tail call optimizations
|
||||
|
|
Loading…
Add table
Reference in a new issue