From d593cb35fa0c4f8ec4b488899c18b1626ceac5e0 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 22 Nov 2016 17:05:51 -0500 Subject: [PATCH] Issue #137 - include and include-ci exist now --- 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 1abe393c..738916a4 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -12,7 +12,7 @@ Section | Status | Comments 3.3 External representations | Yes | 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.1 Primitive expression types | Yes | 4.2 Derived expression types | Yes | 4.2.1 Conditionals | Yes | 4.2.2 Binding constructs | Yes |