From 603b2a242f068e82dc11d836b8ab4fcc0ed56056 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 23 Feb 2016 03:26:10 -0500 Subject: [PATCH] Other notations now supported --- docs/Scheme-Language-Compliance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index 33f4ae56..82247215 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -5,7 +5,7 @@ This is the status of Scheme programming language features implemented from the Section | Status | Comments ------- | ------ | --------- 2.2 Whitespace and comments | Partial | No datum or block comments -2.3 Other notations | Partial | Not all of these notations are implemented +2.3 Other notations | Yes | 2.4 Datum labels | No | 3.1 Variables, syntactic keywords, and regions | Yes | 3.2 Disjointness of types | Yes |