v/examples
Delyan Angelov 59efd42483 tools/vget => tools/v , search, install, etc
* compiler: rename vget to tools/vpm, implement draft support for v vpm search, v vpm update, v vpm install, v vpm remove, v vpm help .

* compiler: use "v pm" instead of "v vpm" to reduce the redundancy of typing, as suggested by slapden


* Use 'v install modulename', 'v search keywords', 'v update modulename', 'v remove modulename' instead of the longer 'v pm install modulename' etc.
2019-11-01 15:19:04 +03:00
..
database
game_of_life
hot_reload
tetris tetris: update readme 2019-10-28 16:47:17 +03:00
vcasino
vweb
word_counter compiler/vlib: replace substr/left/right with `[start..end]` everywhere 2019-10-27 10:03:15 +03:00
.gitignore tools/vget => tools/v , search, install, etc 2019-11-01 15:19:04 +03:00
fibonacci.v examples/fibonacci: stop before overflowing and use u64 2019-10-30 14:54:38 +03:00
hello_v_js.v
hello_world.v
json.v
links_scraper.v compiler/vlib: replace substr/left/right with `[start..end]` everywhere 2019-10-27 10:03:15 +03:00
log.v
nbody.v
news_fetcher.v
rune.v
spectral.v
sqlite.v fix sqlite test 2019-10-28 10:21:32 +03:00
terminal_control.v
v_script.vsh