mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
a4cbe78d97
* compiler: streamline C main function generation * fix most tests * compiler: fix for 'go update()' in graph.v . More precise parser error messages. * Fix temporarily examples/hot_reload/message.v by using os inside it (os.clear). * Make graph.v easier to quickly modify by defining y outside the loop. * Fix failure of /v/nv/compiler/tests/defer_test.v when run with 'v -g' (#line directive was not on its own line, but right after } ). * Do not pass the os.args to tests, even if the tests import os (they are more stable when run in a controlled environment). * fix declared and not used in the js backend. * fix js main => main__main too. |
||
---|---|---|
.. | ||
tests | ||
cc.v | ||
cflags.v | ||
cgen.v | ||
cheaders.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 |