0.3 roadmap
parent
8652f422d4
commit
7665114ded
|
@ -1,46 +0,0 @@
|
||||||
+ = done
|
|
||||||
- = TODO
|
|
||||||
|
|
||||||
+ 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
|
|
||||||
+ bring back vweb
|
|
||||||
+ fix vorum, migrate to orm
|
|
||||||
+ fix child <T> function calls
|
|
||||||
+ enable vfmt
|
|
||||||
+ bring back vdoc and regenerate all module docs
|
|
||||||
+ optimize the parser
|
|
||||||
+ v ui
|
|
||||||
+ ui demo: calculator
|
|
||||||
+ declarative ui with hot reload (similar to swiftui)
|
|
||||||
+ "building a simple blog with vweb" tutorial +
|
|
||||||
+ fix interfaces
|
|
||||||
+ fast.vlang.io
|
|
||||||
+ bare metal support
|
|
||||||
+ inline assembly
|
|
||||||
+ x64 machine code generation (ELF)
|
|
||||||
+ require explicit C.fn definitions, add all missing definitions
|
|
||||||
+ string.index() ?int
|
|
||||||
+ new AST based parser
|
|
||||||
+ make V2 compile itself
|
|
||||||
- wrap up memory management
|
|
||||||
- remove all compiler memory leaks
|
|
||||||
- doom.v
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
+ = done
|
||||||
|
- = TODO
|
||||||
|
|
||||||
|
- coroutines
|
||||||
|
- C2V translator
|
||||||
|
- doom.v
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue