update README, syntax-rules is now provided

This commit is contained in:
Yuichi Nishiwaki 2014-04-05 16:53:23 +09:00
parent c169035ba5
commit f66493d662
1 changed files with 1 additions and 1 deletions

View File

@ -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. |