v/vlib/v/parser
Daniel Däschle b27f5c378c
all: reimplement struct embedding with methods (#7506)
2020-12-23 19:12:49 +01:00
..
tests all: reimplement struct embedding with methods (#7506) 2020-12-23 19:12:49 +01:00
assign.v fmt: keep comments after assign on same line (#7269) 2020-12-11 19:20:24 +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: check for builtin function redefinitions (fix #7499) (#7507) 2020-12-23 18:17:09 +02:00
for.v parser: add information about the ending line for a few elements (#7414) 2020-12-22 14:45:12 +01:00
if_match.v parser: silent mode fixes (#7286) 2020-12-12 13:52:22 +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 cgen: fix generation of array names in generic structs (#7324) 2020-12-15 02:52:20 +11:00
parser.v parser: check for builtin function redefinitions (fix #7499) (#7507) 2020-12-23 18:17:09 +02:00
pratt.v parser: return incomplete selector expr stmt (#7465) 2020-12-22 13:00:23 +01:00
sql.v parser: prepare for better VLS integration, more accurate parser errors (#7119) 2020-12-04 20:34:05 +02:00
struct.v all: reimplement struct embedding with methods (#7506) 2020-12-23 19:12:49 +01:00
v_parser_test.v tools,vls: add `v test-parser examples/hello_world.v` (#7145) 2020-12-06 12:42:56 +02:00