v/vlib/v/parser
Delyan Angelov 86dfd3902f tests: use .vv files directly in compiler_errors_test.v 2020-08-25 18:14:06 +03:00
..
tests tests: use .vv files directly in compiler_errors_test.v 2020-08-25 18:14:06 +03:00
assign.v all: fix a big mutability bug and update all mutable vars 2020-07-23 23:16:36 +02:00
comptime.v cgen: add support for `$if gcc {}` too 2020-07-31 21:25:37 +03:00
containers.v parser: warn when fixed-size ArrayInit doesn't have trailing `{}`. (#6137) 2020-08-16 04:54:05 +02:00
fn.v all: [direct_array_access] tag (#6203) 2020-08-24 09:04:50 +02:00
for.v parser: add error for `for i := 0; i++; i < ..` (#5850) 2020-07-17 10:31:58 +03:00
if_match.v fmt: don't remove `mut` from `if mut` smart cast (#6188) 2020-08-22 00:00:02 +02:00
lock.v ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
module.v ci: vet all files from the compiler (#5994) 2020-07-27 12:15:29 +02:00
parse_type.v all: TypeSymbol.source_name (#6187) 2020-08-22 12:29:15 +02:00
parser.v parser: add an error for `import mod.sub as mod` and `import mod as mod` (#6194) 2020-08-23 02:12:25 +02:00
parser_test.v
pratt.v parser: warn if PostfixExpr followed by `]` or `)` token (#6214) 2020-08-25 08:50:06 +02:00
sql.v all: make comment expressions + fix vfmt array init (#5851) 2020-07-17 19:13:22 +02:00
struct.v all: TypeSymbol.source_name (#6187) 2020-08-22 12:29:15 +02:00