v/vlib/v/parser
Alexander Medvednikov 1bf26a35fa array: rename default to init 2020-05-13 22:00:24 +02:00
..
assign.v parser: use .next instead of .check, when a token is already known 2020-05-07 07:51:36 +03:00
comptime.v parser: use .next instead of .check, when a token is already known 2020-05-07 07:51:36 +03:00
containers.v array: rename default to init 2020-05-13 22:00:24 +02:00
fn.v vfmt: handle comments in const blocks 2020-05-12 00:09:59 +02:00
for.v parser: use .next instead of .check, when a token is already known 2020-05-07 07:51:36 +03:00
if.v parser: fix eval not used in match 2020-05-12 00:26:39 +02:00
module.v fmt: lots of fixes 2020-04-25 17:49:16 +02:00
parse_type.v cgen: fix sum type assign/push from in match branch & type mod 2020-05-11 16:59:55 +10:00
parser.v parser: error for consts in fns 2020-05-13 18:39:02 +02:00
parser_test.v all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
pratt.v checker: allow `*x = y` only inside unsafe blocks 2020-05-11 16:05:59 +02:00
struct.v parser: unified way to handle struct and enum name check 2020-05-12 13:39:32 +02:00