v/vlib/compiler
Alexander Medvednikov 70c9565607 array: fix map() return type and handle []bool 2019-10-26 14:49:36 +03:00
..
tests compiler: implement error_with_code(s string, code int) 2019-10-25 22:03:42 +03:00
cc.v remove string.h include 2019-10-26 11:29:56 +03:00
cflags.v compiler: update & enable cflag error (#2420) 2019-10-19 11:38:02 +11:00
cgen.v compiler: remove remaining switch statements and show a warning 2019-10-24 19:26:51 +03:00
cheaders.v bring back string.h for now 2019-10-26 11:51:22 +03:00
compile_errors.v parser: cleanup & reuse 2019-10-25 16:34:12 +03:00
comptime.v array: fix map() return type and handle []bool 2019-10-26 14:49:36 +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 fix V.js methods and duplicate .str() in arrays 2019-10-25 22:38:39 +03:00
gen_c.v compiler: implement error_with_code(s string, code int) 2019-10-25 22:03:42 +03:00
gen_js.v fix V.js methods and duplicate .str() in arrays 2019-10-25 22:38:39 +03:00
jsgen.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
live.v live: Fix MSVC hot code reloading (#2460) 2019-10-21 12:15:43 +11:00
main.v parser: cleanup & reuse 2019-10-25 16:34:12 +03:00
module_header.v 1 2019-10-23 15:55:14 +03:00
modules.v parser: cleanup & reuse 2019-10-25 16:34:12 +03:00
msvc.v os: make ls() return an optional 2019-10-17 14:30:05 +03:00
optimization.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
parser.v array: fix map() return type and handle []bool 2019-10-26 14:49:36 +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 Revert "repl: add readline for user input " 2019-10-17 03:37:30 +03:00
scanner.v compiler: remove remaining switch statements and show a warning 2019-10-24 19:26:51 +03:00
struct.v vweb: first step to revive it 2019-10-24 22:46:58 +03:00
table.v parser: cleanup & reuse 2019-10-25 16:34:12 +03:00
token.v vh types + fn receiver name check 2019-10-23 15:42:50 +03:00
vfmt.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
vhelp.v make necessary consts public 2019-10-24 12:36:57 +03:00
vtest.v tools: new tool to extracts function names declared in V files 2019-10-21 14:14:28 +03:00