2020-06-24 11:44:09 +00:00
|
|
|
- = TODO
|
2020-07-28 20:31:58 +00:00
|
|
|
+ = done
|
2020-06-24 11:44:09 +00:00
|
|
|
|
2020-07-28 20:31:58 +00:00
|
|
|
- make `-autofree` the default
|
2020-06-24 11:44:09 +00:00
|
|
|
- coroutines
|
2020-08-25 16:15:19 +00:00
|
|
|
+ channels
|
2020-10-08 23:14:54 +00:00
|
|
|
+ lock{}
|
2020-11-17 09:02:44 +00:00
|
|
|
+ thread safe arrays
|
|
|
|
- thread safe maps
|
2020-06-24 11:44:09 +00:00
|
|
|
- C2V translator
|
|
|
|
- doom.v
|
2020-07-18 09:14:03 +00:00
|
|
|
- rune type, replace `ustring` with `[]rune`, fix `byte.str()`
|
2020-06-25 20:23:19 +00:00
|
|
|
- maps with non-string keys
|
2020-11-17 09:02:44 +00:00
|
|
|
+ iOS/Android support
|
2020-07-04 19:25:20 +00:00
|
|
|
- parallel parser (and maybe checker/gen?)
|
2020-07-18 09:14:03 +00:00
|
|
|
- `recover()` from panics
|
2020-11-17 11:19:33 +00:00
|
|
|
+ IO streams
|
2020-10-30 06:09:26 +00:00
|
|
|
+ struct embedding
|
|
|
|
- interface embedding
|
2020-08-27 13:12:24 +00:00
|
|
|
- interfaces: allow struct fields (not just methods)
|
2020-07-23 21:16:36 +00:00
|
|
|
- vfmt: fix common errors automatically to save time (make vars mutable and vice versa, add missing imports etc)
|
2020-07-28 20:31:58 +00:00
|
|
|
- method expressions with an explicit receiver as the first argument
|
2020-10-08 23:14:54 +00:00
|
|
|
+ short generics syntax (`foo(5)` instead of `foo<int>(5)`)
|
|
|
|
- fix all remaining generics issues
|
2020-08-27 09:30:28 +00:00
|
|
|
- merge v.c and v_win.c
|
2020-10-08 23:13:25 +00:00
|
|
|
- more advanced errors, not just `error('message')`
|
2020-11-28 01:28:40 +00:00
|
|
|
- VLS for autocomplete, refactoring, go to definition etc
|