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

fmt, doc: &; update 0.2 roadmap

This commit is contained in:
Alexander Medvednikov
2020-02-21 18:13:34 +01:00
parent 9e6773cba8
commit 4c95e59d5c
5 changed files with 30 additions and 8 deletions

View File

@@ -21,20 +21,14 @@
+ wrap up orm
+ bring back vweb
+ 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
- doom.v
+ v ui
- ui/orm demo: a simple gui client for postgres/mysql/sqlite
+ ui demo: calculator
- declarative ui with hot reload (similar to swiftui)
+ declarative ui with hot reload (similar to swiftui)
+ "building a simple blog with vweb" tutorial +
- youtube video
+ fix interfaces
+ fast.vlang.io
+ bare metal support
@@ -42,7 +36,10 @@
+ x64 machine code generation (ELF)
+ require explicit C.fn definitions, add all missing definitions
+ string.index() ?int
- new AST based parser
+ new AST based parser
- wrap up memory management
- remove all compiler memory leaks
- doom.v