v/vlib/v/ast
Delyan Angelov 2b62dca000
v: support for `$if threads {}, depending on whether `go ` was used at all (#10227)
2021-05-27 18:36:07 +03:00
..
walker ast: mark ast.File{} with `[heap]`, and use []&ast.File consistently 2021-05-22 19:06:55 +03:00
ast.v v.markused: support `./v -skip-unused -freestanding run vlib/os/bare/bare_example_linux.v` too 2021-05-23 16:25:34 +03:00
attr.v ast: use `AttrKind` (#9845) 2021-04-23 15:51:52 +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
init.v ast: remove redundant `import v.ast` 2021-04-02 08:31:29 +03:00
scope.v cgen: fix deadlock when returning/breaking in `lock` (#10079) 2021-05-12 11:44:47 +03:00
str.v ast: use string builder for StringInterLiteral.str() (#10207) 2021-05-27 10:17:51 +03:00
table.v v: support for `$if threads {}, depending on whether `go ` was used at all (#10227) 2021-05-27 18:36:07 +03:00
types.v v.checker: improve C.printf(abc) deprecation precision 2021-05-23 12:18:21 +03:00
types_test.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00