From f6f695fa566f0f197afd386c1f94a6769f8352e0 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 24 Mar 2014 14:53:46 +0900 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 359bc13e..642f5084 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS | 6.8 Vectors | yes | | | 6.9 Bytevectors | yes | | | 6.10 Control features | yes | | -| 6.11 Exceptions | yes | | +| 6.11 Exceptions | yes | `raise-continuable` is not supported | | 6.12 Environments and evaluation | N/A | | | 6.13.1 Ports | yes | | | 6.13.2 Input | incomplete | TODO: binary input |