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

improve vhelp.v a bit

This commit is contained in:
Alexander Medvednikov
2019-09-15 14:08:40 +03:00
parent b71bb95f7d
commit bcf3dbf974
3 changed files with 32 additions and 26 deletions

View File

@@ -23,7 +23,7 @@
- declarative ui with hot reload (similar to swiftui)
- "building a simple blog with vweb" tutorial + youtube video
- webassembly backend (via emscripten)
- javascript backend
+ javascript backend
- new playground with a v compiler running in the browser
+ o(log n) type lookup
- remove all compiler memory leaks