Update 0.2_roadmap.txt

pull/3423/head
Alexander Medvednikov 2020-01-12 16:44:29 +01:00 committed by GitHub
parent b6c0b22742
commit 607656d616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -28,11 +28,8 @@
+ 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
+ v ui
- ui/orm demo: a simple gui client for postgres/mysql/sqlite
- ui demo: calculator
- declarative ui with hot reload (similar to swiftui)
@ -45,6 +42,7 @@
+ x64 machine code generation (ELF)
+ require explicit C.fn definitions, add all missing definitions
+ string.index() ?int
- new AST based parser