Update README.md

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

View file

@ -9,7 +9,7 @@ Cyclone is the first compiler written entirely in the latest R<sup>7</sup>RS Sch
Features 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) - 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.
- Hygienic macros based on `syntax-rules` - Hygienic macros based on `syntax-rules`
- Low-level explicit renaming macros - Low-level explicit renaming macros
- Guaranteed tail call optimizations - Guaranteed tail call optimizations