v/vlib/v/parser
Delyan Angelov 13ea92a77d
ci: use hash.fnv1a.sum64_string instead of hash.sum64_string in Parser.set_path (fix sanitize jobs)
2021-05-07 11:20:13 +03:00
..
tests parser: improve error message for `mod.unknownsubmod.Type` (#9976) 2021-05-04 11:31:31 +03:00
assign.v all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
comptime.v v: support `$for attr in Test.attributes` (#9836) 2021-04-25 18:29:26 +03:00
containers.v parser: fix handling of `-` inside array literals (#9771) 2021-04-17 02:37:17 +03:00
fn.v v.parser: add p.unique_prefix, add run_project_folders_test.v (closes #10023) 2021-05-06 21:14:19 +03:00
for.v all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
if_match.v all: automatically move (some) referenced objects to heap (#9873) 2021-04-25 21:40:38 +03:00
lock.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
module.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
parse_type.v fmt,parser: prevent unknown module error (#10004) 2021-05-05 14:09:30 +03:00
parser.v ci: use hash.fnv1a.sum64_string instead of hash.sum64_string in Parser.set_path (fix sanitize jobs) 2021-05-07 11:20:13 +03:00
pratt.v parser: remove ++/-- exception for some modules (#9895) 2021-04-27 01:41:42 +03:00
sql.v orm: support multiline statements (#9888) 2021-04-27 15:28:57 +03:00
struct.v v: implement interface embedding (#9935) 2021-05-02 03:00:47 +03:00
tmpl.v parser: disable template variables in `<style>` (#9777) 2021-04-17 15:47:36 +03:00
v_parser_test.v tmpl: inline styles with attributes (#9605) 2021-04-06 15:17:40 +02:00