From 7ef5f899f2d9c30ce5d2ce01b7ee5577961ed29e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 14 Nov 2017 23:03:27 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff1cd4bc..8ee42d1f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Cyclone is the first compiler written entirely in the latest R7RS Sch Features -------- -- Support for the majority of the Scheme language as specified by the latest [R7RS standard](docs/Scheme-Language-Compliance.md) +- Support for the majority of the Scheme language as specified by the latest [R7RS standard](docs/Scheme-Language-Compliance.md). This includes support for libraries, exceptions, record types, and Unicode. - Hygienic macros based on `syntax-rules` - Low-level explicit renaming macros - Guaranteed tail call optimizations