v/vlib/v/ast
Delyan Angelov 34d39ccb64
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
..
walker v.ast.walker: pass nodes by reference 2021-07-24 13:32:56 +03:00
ast.v all: initial support for closures (x64 / linux-only) (#11114) 2021-08-10 21:27:15 +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 ast: bring back Table.free() for now 2021-08-08 07:07:06 +03:00
types.v ast: fix formatting fn variadic of reference param (#11130) 2021-08-10 21:14:37 +03:00
types_test.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00