From 2a75a30be5a5e36bcc670e0ae791c77348d37c39 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 10 Jan 2021 21:03:40 +0100 Subject: [PATCH] roadmap: runes --- 0.3_roadmap.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/0.3_roadmap.txt b/0.3_roadmap.txt index a8c829fddb..cfc5203242 100644 --- a/0.3_roadmap.txt +++ b/0.3_roadmap.txt @@ -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?)