From 93e5e424f9a922fafc9bc9f0acf8819efee15476 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 19 May 2016 21:24:19 -0400 Subject: [PATCH] Updated 5.6 --- 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 f491c9c2..f941087e 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -34,7 +34,7 @@ Section | Status | Comments 5.3 Variable definitions | Partial | `define-values` is not implemented yet. 5.4 Syntax definitions | Yes | 5.5 Record-type definitions | Yes | -5.6 Libraries | Partial | Support is "good enough" but need to make it more robust +5.6 Libraries | Partial | The following import set forms are not supported yet: `only`, `except`, `rename`, `prefix`. 5.7 The REPL | Yes | 6.1 Equivalence predicates | Yes | `eqv?` is not implemented, it is just an alias to `eq?` 6.2 Numbers | Partial | Only integers and reals are supported at this time.