v/vlib/v/parser
Takahiro Yaota 2f9b7fe0f7
vfmt: fix error with `return // comment` (#6914)
2020-11-23 11:36:20 +02:00
..
tests parser: smartcast mutable selector (#6881) 2020-11-19 21:05:10 +01:00
assign.v all: refactor ast.Expr to use the new sum type implementation (#6792) 2020-11-21 00:05:57 +01:00
comptime.v ci: fix formatting of comptime.v 2020-11-21 19:04:31 +02:00
containers.v vfmt: fix `match x { 10 /* ... */ {} }` and `a := [1/* x */, /* y */2, 3]` 2020-11-11 22:59:43 +02:00
fn.v checker: add a check for `x := math.sin<f64>(0)` 2020-11-15 11:51:12 +02:00
for.v all: `for mut val in vals {` (part 1) 2020-10-13 16:27:30 +02:00
if_match.v gen: unwrap optional on if guard expr (#6903) 2020-11-21 22:40:05 +01:00
lock.v fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
module.v fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
parse_type.v checker,parser: treat C.Struct fields as public by default 2020-11-03 09:35:44 +02:00
parser.v vfmt: fix error with `return // comment` (#6914) 2020-11-23 11:36:20 +02:00
pratt.v all: refactor ast.Expr to use the new sum type implementation (#6792) 2020-11-21 00:05:57 +01:00
sql.v all: refactor ast.Expr to use the new sum type implementation (#6792) 2020-11-21 00:05:57 +01:00
struct.v all: refactor ast.Expr to use the new sum type implementation (#6792) 2020-11-21 00:05:57 +01:00
v_parser_test.v fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00