update september.plan
parent
d4b6b6c833
commit
b6336f730b
|
@ -14,6 +14,7 @@
|
|||
- http: support plain HTTP protocol and follow redirects.
|
||||
- net: basic UDP support.
|
||||
- Functions can now be inlined via the `[inline]` attribute.
|
||||
- `gg` module can now render all Unicode characters.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
- fix vorum, migrate to orm
|
||||
- wrap up memory management
|
||||
- fix child <T> function calls
|
||||
- fix non-ascii rendering in gg (ä, å, etc)
|
||||
+ fix non-ascii rendering in gg (ä, å, etc)
|
||||
- cache all tokens once
|
||||
- enable vfmt
|
||||
- fix openssl on older linux distros
|
||||
|
@ -15,12 +15,13 @@
|
|||
- v ui for windows
|
||||
- v ui for linux
|
||||
- doom.v
|
||||
- tcc backend
|
||||
+ tcc backend
|
||||
- fix all c warnings with -pedantic
|
||||
- set up pvs
|
||||
+ set up pvs
|
||||
- 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
|
||||
- new playground built with WebAssembly
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue