v/examples
Enzo Baldisserri 11b7b97311
parser: fail when assigning to _ with :=
2020-06-08 00:47:04 +02:00
..
assets/fonts
database
eventbus make v build-examples work: part 1 2020-06-02 16:09:41 +02:00
game_of_life gg: GG => Context 2020-06-04 20:26:18 +02:00
gg gg: GG => Context 2020-06-04 20:26:18 +02:00
hot_reload gg: GG => Context 2020-06-04 20:26:18 +02:00
linear_regression
pico picoev: make compile, add header parsing 2020-06-07 01:23:30 +02:00
sokol all: change `f mut Foo` to `mut f Foo` 2020-06-04 10:35:40 +02:00
tetris gg: fix x11 scaling 2020-06-05 08:19:34 +03:00
vcasino cgen: remove g_ hack 2020-06-02 15:49:43 +02:00
vweb parser: fail when assigning to _ with := 2020-06-08 00:47:04 +02:00
word_counter
x64 make v build-examples work: part 1 2020-06-02 16:09:41 +02:00
.gitignore
cli.v cli: assign parent by default; add disable_flag 2020-05-28 13:32:43 +02:00
fetch.v
fibonacci.v examples: fix fibonacci warning 2020-05-13 15:51:17 +03:00
fizz_buzz.v
hanoi.v all: unify const names to snake_case 2020-05-22 17:36:09 +02:00
hello_v_js.v
hello_world.v
json.v parser: check `(mut f Foo)` syntax 2020-05-17 13:51:18 +02:00
links_scraper.v
log.v
mini_calculator.v all: unify const names to snake_case 2020-05-22 17:36:09 +02:00
nbody.v all: change `f mut Foo` to `mut f Foo` 2020-06-04 10:35:40 +02:00
news_fetcher.v json.decode: fix expressions in the second argument, also fixes news_fetcher.v 2020-05-06 21:44:50 +03:00
path_tracing.v examples: fix compilation of path_tracing.v 2020-06-02 19:29:27 +03:00
quick_sort.v all: change `f mut Foo` to `mut f Foo` 2020-06-04 10:35:40 +02:00
random_ips.v examples: fix remaining examples and add them to CI 2020-06-02 19:47:28 +02:00
rune.v
spectral.v all: change `f mut Foo` to `mut f Foo` 2020-06-04 10:35:40 +02:00
tcp_echo_server.v
terminal_control.v
v_script.vsh