v/0.3_roadmap.txt

19 lines
477 B
Plaintext
Raw Normal View History

2020-06-24 13:44:09 +02:00
+ = done
- = TODO
- coroutines
2020-06-24 15:27:23 +02:00
- bring back lock{}
- thread safe arrays/maps
2020-06-24 13:44:09 +02:00
- C2V translator
- doom.v
2020-07-18 11:14:03 +02:00
- rune type, replace `ustring` with `[]rune`, fix `byte.str()`
- maps with non-string keys
2020-06-30 20:34:22 +02:00
- iOS/Android support
- make `-autofree` the default
2020-07-04 21:25:20 +02:00
- parallel parser (and maybe checker/gen?)
2020-07-18 11:14:03 +02:00
- `recover()` from panics
2020-07-20 22:51:17 +02:00
- IO streams
- struct and interface embedding
- vfmt: fix common errors automatically to save time (make vars mutable and vice versa, add missing imports etc)
2020-06-24 13:44:09 +02:00