roadmap: runes

pull/8016/head
Alexander Medvednikov 2021-01-10 21:03:40 +01:00 committed by GitHub
parent 2308d0d520
commit 2a75a30be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@
- thread safe maps
- C2V translator
- doom.v
- rune type, replace `ustring` with `[]rune`, fix `byte.str()`
+ rune type
- replace `ustring` with `[]rune`
+ fix `byte.str()`
+ maps with non-string keys
+ iOS/Android support
- parallel parser (and maybe checker/gen?)