v/vlib/v/ast
Enzo e3b65092d6
parser: deprecate `size_t` (#11443)
2021-09-08 13:09:32 +03:00
..
walker v.ast.walker: pass nodes by reference 2021-07-24 13:32:56 +03:00
ast.v all: support overriding individual function from .v files in .c.v or .js.v files. 2021-08-22 15:51:26 +03:00
attr.v v: support for `[if expr]`, part 2 (old `[if ident]` is not yet deprecated) 2021-06-17 18:55:20 +03:00
cflags.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
cflags_test.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
comptime_const_values.v ast,checker,cgen: support simple `const x = u16(0x53)` without using _vinit() 2021-07-30 17:22:27 +03:00
init.v ast: remove redundant `import v.ast` 2021-04-02 08:31:29 +03:00
scope.v all: initial support for closures (x64 / linux-only) (#11114) 2021-08-10 21:27:15 +03:00
str.v builtin: fix leak in rune.str(), fix leaks in most assert x == y statements in tests (#11091) 2021-08-13 18:37:34 +03:00
table.v table: fix alias of sumtype method_call (#11268) 2021-08-22 17:20:10 +03:00
types.v parser: deprecate `size_t` (#11443) 2021-09-08 13:09:32 +03:00
types_test.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00