v/vlib/v/parser
Delyan Angelov 9814497b91 vfmt: fix eating of sql x { ... limit 1 } 2020-06-28 14:27:53 +03:00
..
tests parser: fix incorrect duplicate struct attr error 2020-06-17 20:27:51 +10:00
assign.v fmt: run on parser/assign.v 2020-06-27 15:00:28 +02:00
comptime.v orm: handle bool literals for older sqlite versions 2020-06-23 14:07:39 +02:00
containers.v parser: fix nested array_init syntax 2020-05-28 19:36:57 +03:00
fn.v all: call anon fns right away 2020-06-24 12:54:39 +02:00
for.v parser: fix the for loop check 2020-06-24 16:58:11 +02:00
if.v vet: a basic version that just checks indentation for now 2020-06-27 14:50:07 +02:00
module.v parser: improve unused imports warning 2020-05-20 20:50:27 +03:00
parse_type.v scanner: fix parsing multiple .amp 2020-06-13 00:01:44 +02:00
parser.v vet: a basic version that just checks indentation for now 2020-06-27 14:50:07 +02:00
parser_test.v fmt: run on parser/assign.v 2020-06-27 15:00:28 +02:00
pratt.v checker: check sum types in `match`; cross compilation fixes; orm fixes 2020-06-21 23:09:53 +02:00
sql.v vfmt: fix eating of sql x { ... limit 1 } 2020-06-28 14:27:53 +03:00
struct.v checker: do not allow {} for aliases; orm: update stmt 2020-06-24 16:35:18 +02:00