v/vlib/compiler
joe-conigliaro e5b0478e19
compiler: optimize, don't rescan module directory for files (#2334)
* optimize, don't rescan module directory for files
* move from table to v
2019-10-14 12:07:59 +11:00
..
tests tests: no main fn 2019-10-13 17:50:55 +03:00
cc.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
cflags.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
cgen.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
cheaders.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
compile_errors.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
comptime.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
depgraph.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
fn.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
gen_c.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
gen_js.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
jsgen.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
live.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
main.v compiler: optimize, don't rescan module directory for files (#2334) 2019-10-14 12:07:59 +11:00
module_header.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
modules.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
msvc.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
optimization.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
parser.v Revert "parser: fix programs without fn main" 2019-10-13 17:55:12 +03:00
parser2.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
query.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
repl.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
scanner.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
table.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
token.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
vfmt.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
vhelp.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
vtest.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00