1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler
2019-09-16 22:49:18 +03:00
..
tests new benchmark module + make the tests use it 2019-09-16 17:29:06 +03:00
cc.v V.js: on linux -lm is needed 2019-09-16 22:00:59 +03:00
cflags.v repl: add more stats and tests; compiler: tcc fixes 2019-09-16 00:41:12 +03:00
cgen.v compiler: add android to supported platforms 2019-09-16 17:16:24 +03:00
cheaders.v compiler: fix empty structs 2019-09-16 14:44:12 +03:00
comptime.v JavaSript backend (early stage) 2019-09-15 03:49:57 +03:00
depgraph.v bring back automatic array_free() 2019-09-08 14:50:18 +03:00
fn.v math: fix const warnings 2019-09-16 22:49:18 +03:00
gen_c.v compiler: fix msvc empty struct & enable travis msvc 2019-09-16 13:01:07 +03:00
gen_js.v make V.js compile 2019-09-16 18:31:13 +03:00
jsgen.v remove u8 and i32 aliases 2019-09-01 22:37:22 +03:00
live.v JavaSript backend (early stage) 2019-09-15 03:49:57 +03:00
main.v math: fix const warnings 2019-09-16 22:49:18 +03:00
modules.v compiler: generalize mod dag & use for sorting structs also 2019-09-03 19:11:21 +03:00
msvc.v compiler: rename build to build_module 2019-09-10 17:36:14 +03:00
parser.v compiler: fix msvc empty struct & enable travis msvc 2019-09-16 13:01:07 +03:00
parser2.v parser: get_type2() for the upcoming type system refactoring 2019-09-02 14:55:26 +03:00
query.v compiler: use cerror instead of panic. 2019-08-29 11:50:18 +03:00
repl.v compiler: stage 2 of vhash support 2019-09-11 01:12:46 +03:00
scanner.v more C warnings fixed 2019-09-15 15:53:57 +03:00
table.v compiler: fix module typo detection 2019-09-15 20:39:48 +03:00
token.v JavaSript backend (early stage) 2019-09-15 03:49:57 +03:00
vfmt.v fmt: remove trailing spaces 2019-08-17 22:21:43 +03:00
vhelp.v fix vhelp.v 2019-09-15 14:15:31 +03:00