Added unicode support

This commit is contained in:
Justin Ethier 2017-11-13 17:50:54 -05:00
parent 9186af6db4
commit 08448b9148
2 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@
Features
- Finally added Unicode support using UTF-8!
- Allow a program to have macros expand into a top-level `import` expression.
- Added continuous integration support thanks to Alex Arslan.

View file

@ -36,8 +36,8 @@ Section | Status | Comments
6.3 Booleans | Yes |
6.4 Pairs and lists | Yes |
6.5 Symbols | Yes |
6.6 Characters | Partial | No unicode support.
6.7 Strings | Partial | No unicode support.
6.6 Characters | Yes |
6.7 Strings | Yes |
6.8 Vectors | Yes |
6.9 Bytevectors | Yes |
6.10 Control features | Yes | `dynamic-wind` is limited, and does not work across calls to continuations.