cleanup
This commit is contained in:
parent
b1424465f4
commit
8fd89090c6
|
@ -18,13 +18,13 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
|
|||
|
||||
## Compliance with R7RS
|
||||
|
||||
| section | status | comments |
|
||||
| section | status | comments |
|
||||
| --- | --- | --- |
|
||||
| 2.2 Whitespace and comments | incomplete | block comments are not implemented |
|
||||
| 2.3 Other notations | incomplete | #e #i #b #o #d #x |
|
||||
| 2.4 Datum labels | no | unsupported |
|
||||
| 2.3 Other notations | incomplete | #e #i #b #o #d #x |
|
||||
| 2.4 Datum labels | no | unsupported |
|
||||
| 3.1 Variables, syntactic keywords, and regions | | |
|
||||
| 3.2 Disjointness of types | yes | |
|
||||
| 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 |
|
||||
|
|
Loading…
Reference in New Issue