1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler
Alexander Medvednikov 155d692959 fix alias generation
2019-10-12 04:11:07 +03:00
..
tests
cc.v compiler: module init function & init consts for cached modules 2019-10-12 01:17:37 +03:00
cflags.v
cgen.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
cheaders.v compiler: module init function & init consts for cached modules 2019-10-12 01:17:37 +03:00
compile_errors.v
comptime.v disable $if for headers for now 2019-10-12 03:49:36 +03:00
depgraph.v
fn.v compiler: module init function & init consts for cached modules 2019-10-12 01:17:37 +03:00
gen_c.v compiler: module init function & init consts for cached modules 2019-10-12 01:17:37 +03:00
gen_js.v
jsgen.v array/map: use get() instead of _get() etc 2019-10-10 01:07:00 +03:00
live.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
main.v make $if work with includes: skip the body if the target is different 2019-10-12 03:48:32 +03:00
module_header.v fix alias generation 2019-10-12 04:11:07 +03:00
modules.v compiler: module init function & init consts for cached modules 2019-10-12 01:17:37 +03:00
msvc.v compiler: make V compilable wit the tcc backend 2019-10-11 06:49:53 +03:00
optimization.v
parser2.v
parser.v module caching: generate type aliases 2019-10-12 04:09:37 +03:00
query.v array/map: use get() instead of _get() etc 2019-10-10 01:07:00 +03:00
repl.v
scanner.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
table.v module caching: generate type aliases 2019-10-12 04:09:37 +03:00
token.v
vfmt.v
vhelp.v
vtest.v