mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Update README.md
This commit is contained in:
parent
09a52e2b52
commit
7ef5f899f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue