From 972383eb7d934c6b566310d6679256b86ccfbf63 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Wed, 12 Feb 2014 22:32:00 +0900 Subject: [PATCH] update readme, support nested quasiquote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 983656ea..e38cf324 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS | 4.2.5 Delayed evaluation | N/A | | | 4.2.6 Dynamic bindings | yes | | | 4.2.7 Exception handling | no | `guard` syntax. | -| 4.2.8 Quasiquotation | incomplete | nested is unsupported | +| 4.2.8 Quasiquotation | yes | can be safely nested | | 4.2.9 Case-lambda | N/A | | | 4.3.1 Bindings constructs for syntactic keywords | incomplete | (*1) | | 4.3.2 Pattern language | no | `syntax-rules` |