resolve TODO

This commit is contained in:
Yuichi Nishiwaki 2014-02-07 10:08:28 +09:00
parent d100dde6b1
commit 2fd1f0a292
1 changed files with 1 additions and 1 deletions

View File

@ -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 | incomplete | TODO: apply, call/cc |
| 3.5 Proper tail recursion | yes | |
| 4.1.1 Variable references | yes | |
| 4.1.2 Literal expressions | yes | |
| 4.1.3 Procedure calls | yes | In picrin `()` is self-evaluating |