update readme

This commit is contained in:
Yuichi Nishiwaki 2013-12-10 09:50:30 -08:00
parent 55105dc14f
commit c52b15e5b8
1 changed files with 1 additions and 1 deletions

View File

@ -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 |