From 0283fe1c9cc4e53b2f692f60d56e3c74d5af0423 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 19 Nov 2016 15:58:44 +0000 Subject: [PATCH] Section 5.2 is 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 601ae416..5fe0d868 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -30,7 +30,7 @@ Section | Status | Comments 4.2.9 Case-lambda | Yes | 4.3 Macros | Yes | Support for `syntax-rules` and a lower-level explicit renaming macro system. 5.1 Programs | Yes | -5.2 Import declarations | Partial | +5.2 Import declarations | Yes | 5.3 Variable definitions | Partial | `define-values` is not implemented yet. 5.4 Syntax definitions | Yes | 5.5 Record-type definitions | Yes |