mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Added unicode support
This commit is contained in:
parent
9186af6db4
commit
08448b9148
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue