1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler
joe-conigliaro 22c7438795
compiler: cflag error - closes #2406 (#2417)
* merge master
* fix blank ident & add cflag error
* undo cflag changes
* add missing brace
* undo change to comptime
* improve error message
* update
2019-10-19 08:18:08 +11:00
..
tests escape os.exec('"$vexec"') to support directories with spaces 2019-10-16 02:49:51 +03:00
cc.v compiler: linux tcc fixes 2019-10-18 20:49:43 +03:00
cflags.v compiler: cflag error - closes #2406 (#2417) 2019-10-19 08:18:08 +11:00
cgen.v os: make ls() return an optional 2019-10-17 14:30:05 +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: blank ident error fixes + other small cflag / parser fixes (#2418) 2019-10-19 08:00:47 +11:00
depgraph.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
fn.v only register initial varg struct on first pass (#2404) 2019-10-18 19:28:14 +11:00
gen_c.v compiler: blank ident error fixes + other small cflag / parser fixes (#2418) 2019-10-19 08:00:47 +11:00
gen_js.v compiler: blank ident error fixes + other small cflag / parser fixes (#2418) 2019-10-19 08:00:47 +11:00
jsgen.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
live.v compiler: move msvc compiler to -cc flag instead of -os (#2338) 2019-10-14 16:41:46 +11:00
main.v compiler: info message when trying to use an old command 2019-10-18 09:56:57 +03: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 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 parser: allow '' in attributes 2019-10-18 20:17:23 +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 Revert "repl: add readline for user input " 2019-10-17 03:37:30 +03:00
scanner.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
table.v V shell scripts 2019-10-17 08:27:27 +03:00
token.v array: optimized generic filter() 2019-10-18 07:30:39 +03:00
vfmt.v compiler: make compiler an ordinary vlib/compiler module 2019-10-13 16:37:43 +03:00
vhelp.v compiler: first step to validate cmd flags 2019-10-18 07:48:46 +03:00
vtest.v array: optimized generic filter() 2019-10-18 07:30:39 +03:00