From f7eb3aac4eb6ffc8b0f18ae0e83cd6a14e70d70e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 18 Feb 2016 21:48:44 -0500 Subject: [PATCH] Cleanup --- TODO | 2 +- docs/Scheme-Language-Compliance.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 03b98412..5474faa6 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ Initiatives: -- srfi 18 - missing thread functions, more complex threading examples +- srfi 18 - more complex threading examples - api documentation - syntax-rules integration (WIP, works sometimes but needs to compile smaller) - r7rs missing features diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index 998dc491..33f4ae56 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -19,7 +19,7 @@ Section | Status | Comments 4.2.3 Sequencing | Yes | Begin may not sequence properly as part of a library definition 4.2.4 Iteration | Yes | 4.2.5 Delayed evaluation | Yes | -4.2.6 Dynamic bindings | | +4.2.6 Dynamic bindings | | Not supported yet. 4.2.7 Exception handling | Yes | 4.2.8 Quasiquotation | Yes | 4.2.9 Case-lambda | Yes |