v/vlib/v/parser
Louis Schmieder 38796521fa
all: allow defer use from other scope (#10284)
2021-05-31 14:43:44 +03:00
..
tests parser: improve error message for `mod.unknownsubmod.Type` (#9976) 2021-05-04 11:31:31 +03:00
assign.v all: allow defer use from other scope (#10284) 2021-05-31 14:43:44 +03:00
comptime.v ast: mark ast.File{} with `[heap]`, and use []&ast.File consistently 2021-05-22 19:06:55 +03:00
containers.v parser: fix handling of `-` inside array literals (#9771) 2021-04-17 02:37:17 +03:00
fn.v v.parser: let fn_decl use 1 loop, instead of multiple p.attrs.contains calls 2021-05-23 16:54:12 +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: allow defer use from other scope (#10284) 2021-05-31 14:43:44 +03:00
lock.v shared: support `lock` on SelectorExpression (#10105) 2021-05-15 04:34:27 +03:00
module.v
parse_type.v v.parser: support imported enums as map keys (#10234) 2021-05-28 20:09:03 +03:00
parser.v all: allow defer use from other scope (#10284) 2021-05-31 14:43:44 +03:00
pratt.v all: allow defer use from other scope (#10284) 2021-05-31 14:43:44 +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 ast: mark ast.File{} with `[heap]`, and use []&ast.File consistently 2021-05-22 19:06:55 +03:00