From 63c28545414a5d7859f9ec6723674df27860b450 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 18 Aug 2016 18:04:22 -0400 Subject: [PATCH] Sync with master --- docs/Scheme-Language-Compliance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index 044fe732..6c21316a 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -24,7 +24,7 @@ Section | Status | Comments 4.2.3 Sequencing | Yes | 4.2.4 Iteration | Yes | 4.2.5 Delayed evaluation | Yes | -4.2.6 Dynamic bindings | | Not supported yet. +4.2.6 Dynamic bindings | Yes | 4.2.7 Exception handling | Yes | 4.2.8 Quasiquotation | Yes | 4.2.9 Case-lambda | Yes | @@ -36,7 +36,7 @@ Section | Status | Comments 5.5 Record-type definitions | Yes | 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.1 Equivalence predicates | Yes | 6.2 Numbers | Partial | Only integers and reals are supported at this time. 6.3 Booleans | Yes | `#true` and `#false` are not recognized by parser. 6.4 Pairs and lists | Yes | `member` functions are predicates, `member` and `assoc` do not accept `compare` argument.