v/vlib/v/ast
Delyan Angelov e1a2ab345d
parser,ast,checker: add support for `[deprecated: "use another module"] module obsolete`
2022-01-27 12:34:14 +02:00
..
walker token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
ast.v ast, checker, cgen: fix error for map sumtype value init (#13290) 2022-01-27 09:44:34 +02:00
attr.v token: rename Position to Pos, rename position() to pos() (#13279) 2022-01-26 12:36:28 +02:00
cflags.v all: update copyright year 2022-01-04 12:21:12 +03:00
cflags_test.v ast: fix bug in parsing `-Isomething -Danother` from #flag and #pkgconfig directives 2021-12-15 17:55:52 +02:00
comptime_const_values.v fmt: format long sum-types with a line for each type (#11461) 2021-09-10 20:56:55 +03:00
embed_file.v parser,cgen: handle `const x = $embed_file("file.txt").to_string()` 2022-01-25 11:40:07 +02:00
init.v ast: fix typos in resolve_init() (#13191) 2022-01-17 11:00:57 +02:00
native.v all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
scope.v all: update copyright year 2022-01-04 12:21:12 +03:00
str.v ast, checker, cgen: implement if guard with multi return optional (#13273) 2022-01-25 14:36:33 +02:00
table.v parser,ast,checker: add support for `[deprecated: "use another module"] module obsolete` 2022-01-27 12:34:14 +02:00
types.v ast: minor cleanup of commented struct Field (#13231) 2022-01-21 15:00:21 +02:00
types_test.v v.ast: change 'type.to_ptr()' to 'type.ref()' (#12086) 2021-10-06 20:49:39 +03:00