From c52b15e5b89308f2922ceff7e8035e85689fd931 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Tue, 10 Dec 2013 09:50:30 -0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78d18c65..bb3727ef 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ | 3.2 Disjointness of types | yes | | | 3.3 External representations | | | | 3.4 Storage model | yes | | -| 3.5 Proper tail recursion | incomplete | apply, call/cc, call/values, eval are not yet | +| 3.5 Proper tail recursion | incomplete | TODO: apply, call/cc | | 4.1.1 Variable references | yes | | | 4.1.2 Literal expressions | yes | | | 4.1.3 Procedure calls | yes | In picrin `()` is self-evaluating |