From 7d9034223b197eacc5d7abe51ab5f78a2050d191 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 13 Feb 2016 22:52:53 -0500 Subject: [PATCH] case-lambda support --- 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 17b5b8f0..998dc491 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -22,8 +22,8 @@ Section | Status | Comments 4.2.6 Dynamic bindings | | 4.2.7 Exception handling | Yes | 4.2.8 Quasiquotation | Yes | -4.2.9 Case-lambda | | -4.3 Macros | Partial | No support for `syntax-rules` but a lower-level explicit renaming macro system is implemented. +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.3 Variable definitions | Partial | `define-values` is not implemented yet.