v/vlib/v/parser
kristof de spiegeleer 3f3bec45fa
examples: add a template example, update the regex examples (#8829)
2021-02-19 12:39:15 +02:00
..
tests Revert "parser: make duplicated functions an error (#8792)" 2021-02-18 09:02:56 +02:00
assign.v parser: replace eat_line_end_comments() with configurable eat_comments() (#8636) 2021-02-08 18:16:02 +02:00
comptime.v examples: add a template example, update the regex examples (#8829) 2021-02-19 12:39:15 +02:00
containers.v parser: small c2v fixes 2021-02-12 09:12:26 +01:00
fn.v Revert "parser: make duplicated functions an error (#8792)" 2021-02-18 09:02:56 +02:00
for.v all: fix fn_or_for_in mut value (part 1) (#8671) 2021-02-12 02:03:11 +02:00
if_match.v parser: replace eat_line_end_comments() with configurable eat_comments() (#8636) 2021-02-08 18:16:02 +02:00
lock.v checker: warn when using `goto` outside of `unsafe` (#8741) 2021-02-15 15:48:24 +02:00
module.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
parse_type.v all: allow using aliases as keys in map (#8589) 2021-02-08 18:51:05 +01:00
parser.v parser: check not used expression for all exprs in multi-expr (#8733) 2021-02-15 17:41:04 +02:00
pratt.v cgen: check unknown sizeof type (#8815) 2021-02-18 09:38:57 +02:00
sql.v orm: fix empty struct and simplify (#8246) 2021-01-22 23:28:26 +01:00
struct.v fmt: fix bug of disappearing `pub` in struct decl (#8777) 2021-02-16 12:39:50 +01:00
v_parser_test.v cgen: move cgen from v.gen to v.gen.c (#8515) 2021-02-02 15:41:51 +01:00