1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler
Alexander Medvednikov 8f8e0dfad7 V ORM
2019-08-10 13:35:29 +02:00
..
tests parser: disallow statements after a return, branch check $if, $else, switch, and loops correctly 2019-08-10 10:26:42 +02:00
cgen.v V ORM 2019-08-10 13:35:29 +02:00
comptime.v parser: disallow statements after a return, branch check $if, $else, switch, and loops correctly 2019-08-10 10:26:42 +02:00
fn.v parser: disallow statements after a return, branch check $if, $else, switch, and loops correctly 2019-08-10 10:26:42 +02:00
jsgen.v make function arguments immutable by default 2019-08-07 08:59:00 +02:00
main.v v install: install multiple modules in one command: 'v install m1 m2 m3 …' 2019-08-10 12:21:31 +02:00
modules.v bring back local modules 2019-08-04 00:11:56 +02:00
msvc_nix.v main.v: fix msvc 2019-08-07 13:41:40 +02:00
msvc_win.v parser: disallow statements after a return, branch check $if, $else, switch, and loops correctly 2019-08-10 10:26:42 +02:00
parser.v V ORM 2019-08-10 13:35:29 +02:00
query.v V ORM 2019-08-10 13:35:29 +02:00
scanner.v parser: disallow statements after a return, branch check $if, $else, switch, and loops correctly 2019-08-10 10:26:42 +02:00
table.v V ORM 2019-08-10 13:35:29 +02:00
token.v V ORM 2019-08-10 13:35:29 +02:00
vfmt.v parser: check that functions return in all if/else branches 2019-08-08 09:49:56 +02:00