From ed2d62b8e7902ef8ef31b595eff78c9ceee39a40 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 17 Nov 2020 10:02:44 +0100 Subject: [PATCH] roadmap: update --- 0.3_roadmap.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/0.3_roadmap.txt b/0.3_roadmap.txt index 8eed7fcafa..724ee1aeb5 100644 --- a/0.3_roadmap.txt +++ b/0.3_roadmap.txt @@ -5,12 +5,13 @@ - coroutines + channels + lock{} -- thread safe arrays/maps ++ thread safe arrays +- thread safe maps - C2V translator - doom.v - rune type, replace `ustring` with `[]rune`, fix `byte.str()` - maps with non-string keys -- iOS/Android support ++ iOS/Android support - parallel parser (and maybe checker/gen?) - `recover()` from panics - IO streams