mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
e72fe25224
* compiler: extract and cleanup error handling functionality into its own file compiler/compile_errors.v * compiler: implement p.error_with_token_index and p.warn_with_token_index and use them. Fix tests. * tools/performance_compare: add a 'Source lines in compiler/' line * MSVC does not have STDOUT_FILENO nor STDERR_FILENO ... |
||
---|---|---|
.. | ||
tests | ||
cc.v | ||
cflags.v | ||
cgen.v | ||
cheaders.v | ||
compile_errors.v | ||
comptime.v | ||
depgraph.v | ||
fn.v | ||
gen_c.v | ||
gen_js.v | ||
jsgen.v | ||
live.v | ||
main.v | ||
modules.v | ||
msvc.v | ||
parser2.v | ||
parser.v | ||
query.v | ||
repl.v | ||
scanner.v | ||
table.v | ||
token.v | ||
vfmt.v | ||
vhelp.v |