v/vlib/compiler
Alexander Medvednikov 5da3c49497 json: rename jsgen.v to json_gen.v 2019-10-30 19:45:33 +03:00
..
preludes compiler: print asserted source line on failure 2019-10-30 12:15:33 +03:00
tests fix new enums in tests 2019-10-30 16:38:47 +03:00
cc.v remove string.h include 2019-10-26 11:29:56 +03:00
cflags.v compiler/vlib: replace substr/left/right with `[start..end]` everywhere 2019-10-27 10:03:15 +03:00
cgen.v parser: fix tmp is already started issue 2019-10-28 23:50:58 +03:00
cheaders.v bring back string.h for now 2019-10-26 11:51:22 +03:00
compile_errors.v compiler: print asserted source line on failure 2019-10-30 12:15:33 +03:00
comptime.v instead of `Enum.foo` require `.foo` if it's enough + some UI fixes 2019-10-30 15:48:33 +03:00
depgraph.v show struct dependency cycles in error & update module cycle error (#2517) 2019-10-24 15:53:39 +11:00
enum.v c defs 2019-10-24 15:41:34 +03:00
fn.v ci: bring back Vid build 2019-10-30 19:36:54 +03:00
gen_c.v compiler/vlib: replace substr/left/right with `[start..end]` everywhere 2019-10-27 10:03:15 +03:00
gen_js.v compiler/vlib: replace substr/left/right with `[start..end]` everywhere 2019-10-27 10:03:15 +03:00
json_gen.v json: rename jsgen.v to json_gen.v 2019-10-30 19:45:33 +03:00
live.v live: Fix MSVC hot code reloading (#2460) 2019-10-21 12:15:43 +11:00
main.v instead of `Enum.foo` require `.foo` if it's enough + some UI fixes 2019-10-30 15:48:33 +03:00
module_header.v instead of `Enum.foo` require `.foo` if it's enough + some UI fixes 2019-10-30 15:48:33 +03:00
modules.v v doc 2019-10-30 17:07:41 +03:00
msvc.v compiler: improve errors when building thirdparty .o files 2019-10-28 12:43:57 +03:00
optimization.v compiler/vlib: replace substr/left/right with `[start..end]` everywhere 2019-10-27 10:03:15 +03:00
parser.v arrays.range(min, max) 2019-10-30 16:21:57 +03:00
parser2.v new vh generation + simpler match statement 2019-10-23 00:45:17 +03:00
query.v make all necessary structs public 2019-10-24 12:51:00 +03:00
repl.v compiler/vlib: replace substr/left/right with `[start..end]` everywhere 2019-10-27 10:03:15 +03:00
scanner.v compiler: print asserted source line on failure 2019-10-30 12:15:33 +03:00
struct.v compiler/vlib: replace substr/left/right with `[start..end]` everywhere 2019-10-27 10:03:15 +03:00
table.v compiler/vlib: replace substr/left/right with `[start..end]` everywhere 2019-10-27 10:03:15 +03:00
token.v instead of `Enum.foo` require `.foo` if it's enough + some UI fixes 2019-10-30 15:48:33 +03:00
vfmt.v enable [if vfmt] 2019-10-27 12:16:33 +03:00
vhelp.v make necessary consts public 2019-10-24 12:36:57 +03:00
vtest.v ci: don't run sqlite test on windows for now 2019-10-28 12:32:03 +03:00