update readme. add support for block comments

This commit is contained in:
Yuichi Nishiwaki 2014-02-18 17:24:45 +09:00
parent 17ae669b30
commit e19ba4b6a8
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
| section | status | comments |
| --- | --- | --- |
| 2.2 Whitespace and comments | incomplete | block comments are not implemented |
| 2.2 Whitespace and comments | yes | |
| 2.3 Other notations | incomplete | #e #i #b #o #d #x |
| 2.4 Datum labels | no | unsupported |
| 3.1 Variables, syntactic keywords, and regions | | |