v/vlib/v/parser
Ned Palacios b9cbb4f177
scanner: fix eof token position (#9432)
2021-03-23 08:51:09 +01:00
..
tests scanner: fix eof token position (#9432) 2021-03-23 08:51:09 +01:00
assign.v fmt: fix support for `mut static x := 42` 2021-02-28 19:40:21 +02:00
comptime.v v: support compiler notices. Use them for `[deprecated_after: '2021-05-01']` tags 2021-03-22 19:59:00 +02:00
containers.v parser,fmt: fix regression with non-void arrays in if conditions (#9161) 2021-03-06 20:39:38 +02:00
fn.v parser: fix anon_fn with array arguments (#9414) 2021-03-22 03:22:29 +01:00
for.v parser/scanner: replace p.peek_tok2/3 with p.peek_token(2/3) (#8946) 2021-02-24 21:03:53 +03:00
if_match.v scanner, token: add column information to tokens (#9407) 2021-03-23 06:23:46 +01:00
lock.v checker: warn when using `goto` outside of `unsafe` (#8741) 2021-02-15 15:48:24 +02:00
module.v
parse_type.v all: support `thread` handles and `wait()` for functions returning optionals (#8990) 2021-02-27 10:16:55 +02:00
parser.v v: support compiler notices. Use them for `[deprecated_after: '2021-05-01']` tags 2021-03-22 19:59:00 +02:00
pratt.v v.table: correct `table.types` to `table.type_symbols` 2021-03-19 22:51:52 +02:00
sql.v parser: correctly set pos of sql blocks (#9334) 2021-03-16 23:00:50 +02:00
struct.v scanner, token: add column information to tokens (#9407) 2021-03-23 06:23:46 +01:00
tmpl.v tmpl: move to v/parser (#9052) 2021-03-15 13:35:55 +02:00
v_parser_test.v fmt: minor array wrap improvement (#9420) 2021-03-22 23:06:12 +01:00