v/0.2_roadmap.txt

46 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-11-06 22:18:54 +01:00
+ = done
- = TODO
2019-11-02 21:03:41 +01:00
+ 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
+ cached modules
+ bring back generics
- bring back forum/blog and vpm
- wrap up orm
- fix vorum, migrate to orm
- wrap up memory management
- remove all compiler memory leaks
+ fix child <T> function calls
- enable vfmt
+ bring back vdoc and regenerate all module docs
+ optimize the parser
- chat.vlang.io
- rewrite objective c code in v (ui_mac.m)
+ v ui for macos
- v ui for windows
- v ui for linux
- doom.v
- ui/orm demo: a simple gui client for postgres/mysql/sqlite
- ui demo: calculator
- declarative ui with hot reload (similar to swiftui)
- "building a simple blog with vweb" tutorial + youtube video
2019-11-08 05:49:56 +01:00
+ fix interfaces
2019-11-02 21:03:41 +01:00
- merge v.c and v_win.c
2019-11-08 05:49:56 +01:00
+ fast.vlang.io
2019-11-14 23:20:22 +01:00
+ bare metal support
2019-11-17 13:35:01 +01:00
+ inline assembly
2019-11-02 21:03:41 +01:00