From b9a35c70f9e1291e7f580274094d325270b0da9b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 27 Sep 2016 02:35:52 -0400 Subject: [PATCH] Sync --- 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 4933bfd4..09a04418 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -18,7 +18,7 @@ Section | Status | Comments 3.4 Storage model | Yes | No immutable types at this time. 3.5 Proper tail recursion | Yes | 4.1 Primitive expression types | Partial | `include` and `include-ci` are not implemented, although `include` may be specified as part of a library definition. -4.2 Derived expression types | Partial | +4.2 Derived expression types | Yes | 4.2.1 Conditionals | Yes | 4.2.2 Binding constructs | Yes | 4.2.3 Sequencing | Yes | @@ -39,7 +39,7 @@ Section | Status | Comments 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. +6.4 Pairs and lists | Yes | 6.5 Symbols | Yes | 6.6 Characters | Partial | No unicode support. 6.7 Strings | Partial | No unicode support.