.. |
tests
|
parser: proper error on fn decl in script mode (#7680)
|
2020-12-30 21:18:36 +02:00 |
assign.v
|
parser: fix the position of the multi variable += assign error (#7584)
|
2020-12-26 19:48:58 +02:00 |
comptime.v
|
pref: fix cross-compiling graphical apps to Windows (#7449)
|
2020-12-21 19:45:12 +02:00 |
containers.v
|
parser: fix silent errors (#7271)
|
2020-12-12 04:06:09 +01:00 |
fn.v
|
parser: proper error on fn decl in script mode (#7680)
|
2020-12-30 21:18:36 +02:00 |
for.v
|
parser: fix `for i, mut val in vals {; examples: vfmt flappybird
|
2020-12-27 12:02:18 +01:00 |
if_match.v
|
fmt: unwrap long single line ifs (#7608)
|
2020-12-27 14:20:30 +01:00 |
lock.v
|
all: optimize scope usage in checker & parser. store scope in ast nodes (#7281)
|
2020-12-12 19:01:12 +11:00 |
module.v
|
fmt: fix multiple things and format most of the compiler (#6631)
|
2020-10-15 22:12:59 +02:00 |
parse_type.v
|
checker: support integer and voidptr key types for maps (#7503)
|
2020-12-27 14:18:46 +01:00 |
parser.v
|
parser: allow `const x = 0` consts outside of const blocks
|
2020-12-30 02:15:44 +01:00 |
pratt.v
|
fmt: fix unexpected `comment`, expecting struct key for trailing arg syntax (#7658)
|
2020-12-28 20:26:24 +02:00 |
sql.v
|
parser: prepare for better VLS integration, more accurate parser errors (#7119)
|
2020-12-04 20:34:05 +02:00 |
struct.v
|
parser: embed always public and mutable (#7722)
|
2020-12-30 21:17:48 +02:00 |
v_parser_test.v
|
tools,vls: add `v test-parser examples/hello_world.v` (#7145)
|
2020-12-06 12:42:56 +02:00 |