v/vlib/v/parser
ka-weihe 3edbf71770
parser: fix maps with aliases as key (#9900)
2021-04-28 07:45:21 +03:00
..
tests parser: improve error message for missing db expr in ORM (#9890) 2021-04-26 19:51:51 +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 parser: implement infering generic type parameters from receiver types (fix #5862) (#9870) 2021-04-26 10:56:08 +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 parser: fix maps with aliases as key (#9900) 2021-04-28 07:45:21 +03:00
parser.v v: replace `--enable-globals` with `-enable-globals` (#9898) 2021-04-28 07:44:28 +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 parser: parse `JS.` interfaces properly (#9876) 2021-04-26 09:58:05 +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