v/compiler
joe-conigliaro 1e121d36a4
compiler: module cache. const init - fix implicit declaration of function warning (#2303)
compiler: module cache. const init - fix implicit declaration of function warning (#2303)
2019-10-12 17:53:42 +11:00
..
tests parser: allow multi returns in high order fns 2019-10-09 20:55:36 +03:00
cc.v compiler: cached modules - windows fixes & organise cached module path (#2302) 2019-10-12 16:41:41 +11:00
cflags.v
cgen.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
cheaders.v compiler: cached modules - windows fixes & organise cached module path (#2302) 2019-10-12 16:41:41 +11: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 compiler: cached modules - windows fixes & organise cached module path (#2302) 2019-10-12 16:41:41 +11:00
main.v compiler: module cache. const init - fix implicit declaration of function warning (#2303) 2019-10-12 17:53:42 +11:00
module_header.v compiler: cached modules - windows fixes & organise cached module path (#2302) 2019-10-12 16:41:41 +11: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
parser.v parser: fix multiline strings with CRLF endings for Linux 2019-10-12 04:48:26 +03:00
parser2.v
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 caching modules: almost there 2019-10-09 06:35:58 +03:00
vtest.v