1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/september.plan
Alexander Medvednikov d535e78c98 october.plan
2019-10-01 01:51:19 +03:00

16 lines
427 B
Plaintext

+ release vid
+ bring back playground
+ fix non-ascii rendering in gg (ä, å, etc)
+ cache all tokens once
+ cache vlib (right now it's re-compiled every time)
+ fix openssl on older linux distros
+ tcc backend
+ fix all c warnings with -pedantic
+ set up pvs
+ javascript backend
+ o(log n) type lookup
+ `none` keyword for optionals
+ table: migrate all find*** functions to optionals
+ prebuilt binaries for all platforms