1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/0.2_roadmap.txt

47 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-11-07 00:18:54 +03:00
+ = done
- = TODO
2019-11-02 23:03:41 +03: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
2019-12-06 12:46:44 +03:00
+ bring back forum/blog and vpm
+ wrap up orm
2019-11-24 06:27:02 +03:00
+ bring back vweb
2019-12-06 12:46:44 +03:00
+ fix vorum, migrate to orm
2019-11-02 23:03:41 +03:00
+ fix child <T> function calls
2019-12-18 07:52:14 +03:00
+ enable vfmt
2019-11-02 23:03:41 +03:00
+ bring back vdoc and regenerate all module docs
+ optimize the parser
2020-01-12 18:44:29 +03:00
+ v ui
2020-01-31 17:31:15 +03:00
+ ui demo: calculator
2020-02-21 20:13:34 +03:00
+ declarative ui with hot reload (similar to swiftui)
2019-12-18 07:52:14 +03:00
+ "building a simple blog with vweb" tutorial +
2019-11-08 07:49:56 +03:00
+ fix interfaces
+ fast.vlang.io
2019-11-15 01:20:22 +03:00
+ bare metal support
2019-11-17 15:35:01 +03:00
+ inline assembly
2019-11-23 19:45:35 +03:00
+ x64 machine code generation (ELF)
+ require explicit C.fn definitions, add all missing definitions
2019-12-01 10:33:26 +03:00
+ string.index() ?int
2020-02-21 20:13:34 +03:00
+ new AST based parser
+ make V2 compile itself
2020-02-21 20:13:34 +03:00
- wrap up memory management
- remove all compiler memory leaks
- doom.v
2019-12-01 10:33:26 +03:00
2019-11-02 23:03:41 +03:00