update readme

This commit is contained in:
Yuichi Nishiwaki 2014-02-28 22:13:21 +09:00
parent 12cef7f95a
commit 22dd97fd44
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,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 | yes | can be safely nested |
| 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` |