From 29567cf9006e7ab3cc3069424b902778c7bde3c4 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 14 Nov 2017 23:04:33 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ee42d1f..d367942e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ 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). This includes support for libraries, exceptions, record types, and Unicode. +- Support for the majority of the Scheme language as specified by the latest [R7RS standard](docs/Scheme-Language-Compliance.md). +- New features from R7RS include libraries, exceptions, record types, and Unicode. - Hygienic macros based on `syntax-rules` - Low-level explicit renaming macros - Guaranteed tail call optimizations