From f66493d6622c81b63bc985509ca925d1a1949a8f Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sat, 5 Apr 2014 16:53:23 +0900 Subject: [PATCH] update README, syntax-rules is now provided --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7de371..ca361f1b 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS | 4.2.8 Quasiquotation | yes | can be safely nested. TODO: multiple argument for unquote | | 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` | +| 4.3.2 Pattern language | yes | `syntax-rules` | | 4.3.3 Signaling errors in macro transformers | yes | | | 5.1 Programs | yes | | | 5.2 Import declarations | incomplete | only simple import declarations, no support for import with renaming. |