v/vlib/v/parser
Swastik Baranwal 077b597bd8
scanner/parser: change error msgs for `\0` and `\x00` and add error for r`byte` and c`byte` (#6436)
2020-09-21 17:34:24 +03:00
..
tests parser: implement parsing of `select` block (#6379) 2020-09-16 15:34:57 +02:00
assign.v all: fix a big mutability bug and update all mutable vars 2020-07-23 23:16:36 +02:00
comptime.v ast: merge `IfExpr` and `CompIf` (#6011) 2020-09-18 00:58:54 +02:00
containers.v parser: warn when fixed-size ArrayInit doesn't have trailing `{}`. (#6137) 2020-08-16 04:54:05 +02:00
fn.v cgen/autofree: fix and simplify optionals 2020-09-12 16:40:52 +02:00
for.v parser: add error for `for i := 0; i++; i < ..` (#5850) 2020-07-17 10:31:58 +03:00
if_match.v sync/select: allow push of literals and calculated expressions (#6429) 2020-09-20 03:50:09 +02:00
lock.v parser: enable module auto import (of `sync`) (#6271) 2020-08-31 10:44:39 +02:00
module.v parser: enable module auto import (of `sync`) (#6271) 2020-08-31 10:44:39 +02:00
parse_type.v checker/channels: check `mut`/`&` state of transmitted objects (#6315) 2020-09-06 21:24:41 +02:00
parser.v scanner/parser: change error msgs for `\0` and `\x00` and add error for r`byte` and c`byte` (#6436) 2020-09-21 17:34:24 +03:00
parser_test.v fmt: run on parser/assign.v 2020-06-27 15:00:28 +02:00
pratt.v parser: support parsing unsafe (as first token) as UnsafeExpr (#6032) 2020-09-19 19:18:36 +03:00
sql.v all: make comment expressions + fix vfmt array init (#5851) 2020-07-17 19:13:22 +02:00
struct.v all: better type error positions (#6345) 2020-09-11 14:37:14 +02:00