revised readme

This commit is contained in:
Yuichi Nishiwaki 2014-03-31 21:28:30 +09:00
parent 8cef42b8cc
commit 85a4aab2cc
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
| 6.2.6 Numerical operations | yes | `denominator`, `numerator`, and `rationalize` are not supported for now. Also, picrin does not provide complex library procedures. |
| 6.2.7 Numerical input and output | no | |
| 6.3 Booleans | yes | |
| 6.4 Pairs and lists | yes | |
| 6.4 Pairs and lists | yes | `list?` is safe for using against circular list. |
| 6.5 Symbols | yes | |
| 6.6 Characters | yes | |
| 6.7 Strings | yes | `substring` is not provided |