1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/ast
2022-12-07 11:26:27 +02:00
..
walker all: change optional to result in vlib/v. () 2022-10-24 11:51:20 +03:00
ast.v all: support typeof[ T ]().idx and typeof[ T ]().name, where T can be any type, including ![]&string () 2022-12-07 11:26:27 +02:00
attr.v vfmt: change all '$expr' to '${expr}' () 2022-11-15 16:53:13 +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 vfmt: change all '$expr' to '${expr}' () 2022-11-15 16:53:13 +03:00
comptime_const_values.v cgen,checker: support simple voidptr casts in consts, without delaying the initialisation to _vinit () 2022-10-08 13:14:26 +03:00
embed_file.v vfmt: change all '$expr' to '${expr}' () 2022-11-15 16:53:13 +03:00
init.v ast: use const empty_expr instead of fn empty_expr (thanks to Joe Conigliaro for the idea) () 2022-07-22 12:14:46 +03:00
native.v all: split all backends into cmd/tools/builders () 2021-12-12 22:10:43 +03:00
scope.v vfmt: change all '$expr' to '${expr}' () 2022-11-15 16:53:13 +03:00
str.v all: support typeof[ T ]().idx and typeof[ T ]().name, where T can be any type, including ![]&string () 2022-12-07 11:26:27 +02:00
table.v all: replace generic '<>' with '[]' in error messages and comments () 2022-12-02 09:22:48 +02:00
type_size_test.v all: change index expr returning optional to result too () 2022-10-19 21:04:16 +03:00
types_test.v all: v.ast.byte_type -> v.ast.u8_type () 2022-07-06 13:32:30 +03:00
types.v all: replace generic <> with [] - part 2 () 2022-11-26 18:23:26 +02:00