From 7ac457f1db8e6225182703ca14cd26ae19699828 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 28 Jul 2020 22:31:58 +0200 Subject: [PATCH] roadmap: method expressions --- 0.3_roadmap.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/0.3_roadmap.txt b/0.3_roadmap.txt index f693508881..7a5d68db6c 100644 --- a/0.3_roadmap.txt +++ b/0.3_roadmap.txt @@ -1,18 +1,19 @@ -+ = done - = TODO ++ = done +- make `-autofree` the default - coroutines -- bring back lock{} +- lock{} - thread safe arrays/maps - C2V translator - doom.v - rune type, replace `ustring` with `[]rune`, fix `byte.str()` - maps with non-string keys - iOS/Android support -- make `-autofree` the default - parallel parser (and maybe checker/gen?) - `recover()` from panics - IO streams - struct and interface embedding - vfmt: fix common errors automatically to save time (make vars mutable and vice versa, add missing imports etc) +- method expressions with an explicit receiver as the first argument