Update README.md

This commit is contained in:
Justin Ethier 2017-11-14 23:04:33 -05:00 committed by GitHub
parent 7ef5f899f2
commit 29567cf900
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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