v/vlib/v/parser
StunxFS d24dce8eb3
parser,checker: support `$compile_error('message')` and `$compile_warn('message')` (#14320)
2022-05-09 08:18:26 +03:00
..
tests all: basic implementation of result type (#14140) 2022-04-30 01:59:14 +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 parser,checker: support `$compile_error('message')` and `$compile_warn('message')` (#14320) 2022-05-09 08:18:26 +03:00
containers.v parser: fix inline array's element access (#14253) 2022-05-02 16:16:32 +03:00
expr.v all: basic implementation of result type (#14140) 2022-04-30 01:59:14 +03:00
fn.v docs: fix `teh` typo 2022-05-07 12:55:40 +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 all: basic implementation of result type (#14140) 2022-04-30 01:59:14 +03:00
parser.v parser: make peek_token_after_var_list() private (#14288) 2022-05-04 19:25:45 +03:00
sql.v all: cleanup smartcasts in the compiler (#13639) 2022-03-03 10:48:31 +02:00
struct.v parser: minor cleanup in interface_decl() (#14257) 2022-05-02 16:17:46 +03:00
tmpl.v tmpl: minor fixes and optimizations 2022-04-23 16:01:44 +03:00
v_parser_test.v v.eval: add tests and fix runtime cast crash (#13019) 2022-01-03 18:30:42 +02:00