v/vlib/v/parser
Delyan Angelov 846ddfd728
v: always embed file data of \$embed_file(file) constructs, even without -prod, unless `-d embed_only_metadata` is given.
2022-06-01 09:08:18 +03:00
..
tests parser: check fn decl multi return types without parentheses (#14508) 2022-05-24 05:15:31 +03:00
assign.v parser, cgen: fix cross assign with parentheses (#14545) 2022-05-28 12:02:17 +03:00
comptime.v v: always embed file data of \$embed_file(file) constructs, even without -prod, unless `-d embed_only_metadata` is given. 2022-06-01 09:08:18 +03: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-05-29 09:15:55 +03:00
fn.v parser: fix fmt error for json decode (#14520) 2022-05-25 08:59:22 +03:00
for.v parser: improve error messages of 'for val in array' (#14459) 2022-05-19 11:53:27 +03: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-05-26 04:20:22 +03:00
parser.v parser: fix cast or dump arguments ending with comma (#14552) 2022-05-29 09:15:55 +03: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-05-26 00:44:18 +03: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