From e839344478cd66890a6547879d116750d2b83928 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Fri, 29 Nov 2013 12:13:57 +0900 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c20ab1b..b070a3cf 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ | 6.7 Strings | yes | `substring` is not provided | | 6.8 Vectors | yes | | | 6.9 Bytevectors | incomplete | TODO: string<->utf8 conversion | -| 6.10 Control features | incomplete | TODO: `string-map`, `vector-map`, ...etc | +| 6.10 Control features | yes | | | 6.11 Exceptions | yes | TODO: native error handling | | 6.12 Environments and evaluation | N/A | | | 6.13 Ports | incomplete | |