From f9dc0d5f9b7326b8aebbc241faa4b7a70b87ec0a Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Fri, 7 Feb 2014 10:19:35 +0900 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f7dc3b..9a0a8b97 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS | 3.2 Disjointness of types | yes | | | 3.3 External representations | | | | 3.4 Storage model | yes | | -| 3.5 Proper tail recursion | yes | | +| 3.5 Proper tail recursion | yes | As the report specifies, `apply`, `call/cc`, and `call-with-values` perform tail calls | | 4.1.1 Variable references | yes | | | 4.1.2 Literal expressions | yes | | | 4.1.3 Procedure calls | yes | In picrin `()` is self-evaluating |