v/vlib/v/parser
yuyi a396496b93
parser: fix cast or dump arguments ending with comma (#14552)
2022-06-05 11:12:09 +02:00
..
tests parser: check fn decl multi return types without parentheses (#14508) 2022-05-25 12:55:02 +02:00
assign.v parser, cgen: fix cross assign with parentheses (#14545) 2022-06-05 11:12:08 +02:00
comptime.v embed_file: rename debug_embed_file_in_prod -> force_embed_file (#14523) 2022-06-05 11:12:07 +02:00
containers.v parser: fix inline array's element access (#14253) 2022-05-02 16:16:32 +03:00
expr.v parser: fix cast or dump arguments ending with comma (#14552) 2022-06-05 11:12:09 +02:00
fn.v parser: fix fmt error for json decode (#14520) 2022-05-25 12:55:03 +02:00
for.v parser: improve error messages of 'for val in array' (#14459) 2022-05-19 12:16:19 +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 fmt: fix fn return types list ending with comma (#14529) 2022-06-05 11:12:07 +02:00
parser.v parser: fix cast or dump arguments ending with comma (#14552) 2022-06-05 11:12:09 +02:00
sql.v all: cleanup smartcasts in the compiler (#13639) 2022-03-03 10:48:31 +02:00
struct.v all: add support for struct field deprecation (#14527) 2022-06-05 11:12:07 +02:00
tmpl.v vweb: simplify @foo by removing V_TEMPLATE rule 2022-05-14 17:46:30 +03:00
v_parser_test.v v.eval: add tests and fix runtime cast crash (#13019) 2022-01-03 18:30:42 +02:00