v/vlib/v/parser
fleur 68401d9dc8
gen: add callconv attribute for fn and type (#14027)
2022-04-14 11:29:52 +03:00
..
tests parser: fixed parsing prototype function with recursive type (#13922) 2022-04-05 18:39:49 +03:00
assign.v checker: check error for match mut with immutable variable (fix #9704 #8976) (#13725) 2022-03-13 09:53:29 +02:00
comptime.v all: comptime_call - simplify tmpl scoping, solves many issues. 2022-04-08 17:33:24 +10:00
containers.v all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
expr.v ast, parser: fix formatting of `if` with inline comments (fix #7796) (#14018) 2022-04-13 00:15:27 +03:00
fn.v gen: add callconv attribute for fn and type (#14027) 2022-04-14 11:29:52 +03:00
for.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
if_match.v ast, parser: fix formatting of `if` with inline comments (fix #7796) (#14018) 2022-04-13 00:15:27 +03:00
lock.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
module.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
parse_type.v gen: add callconv attribute for fn and type (#14027) 2022-04-14 11:29:52 +03:00
parser.v gen: add callconv attribute for fn and type (#14027) 2022-04-14 11:29:52 +03:00
sql.v all: cleanup smartcasts in the compiler (#13639) 2022-03-03 10:48:31 +02:00
struct.v parser: improve embedded struct parsing/better error for `Architecture []string` (#13995) 2022-04-10 10:24:36 +03:00
tmpl.v strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313) 2022-01-28 20:34:44 +02:00
v_parser_test.v v.eval: add tests and fix runtime cast crash (#13019) 2022-01-03 18:30:42 +02:00