1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/ast
2021-12-19 18:25:18 +02:00
..
walker checker: add an interface check for mutability, fixes #1081, fixes #7038 (#11963) 2021-10-11 15:41:31 +03:00
ast.v all: support [markused] tags for fns/consts/globals 2021-12-15 14:34:49 +02:00
attr.v parser: support bool values in attributes (#12750) 2021-12-07 12:11:29 +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
cflags.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
init.v ast: rename 'table.get_type_symbol()' to 'table.sym()' and more related calls (#12898) 2021-12-19 18:25:18 +02:00
native.v all: split all backends into cmd/tools/builders (#12811) 2021-12-12 22:10:43 +03:00
scope.v
str.v ast: rename 'table.get_type_symbol()' to 'table.sym()' and more related calls (#12898) 2021-12-19 18:25:18 +02:00
table.v ast: rename 'table.get_type_symbol()' to 'table.sym()' and more related calls (#12898) 2021-12-19 18:25:18 +02:00
types_test.v v.ast: change 'type.to_ptr()' to 'type.ref()' (#12086) 2021-10-06 20:49:39 +03:00
types.v ast: rename 'table.get_type_symbol()' to 'table.sym()' and more related calls (#12898) 2021-12-19 18:25:18 +02:00