Other notations now supported

This commit is contained in:
Justin Ethier 2016-02-23 03:26:10 -05:00
parent d2eba45376
commit 603b2a242f

View file

@ -5,7 +5,7 @@ This is the status of Scheme programming language features implemented from the
Section | Status | Comments
------- | ------ | ---------
2.2 Whitespace and comments | Partial | No datum or block comments
2.3 Other notations | Partial | Not all of these notations are implemented
2.3 Other notations | Yes |
2.4 Datum labels | No |
3.1 Variables, syntactic keywords, and regions | Yes |
3.2 Disjointness of types | Yes |