1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/tools
Delyan Angelov e72fe25224 compiler: more precise 'declared and not used' error positioning
* 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 ...
2019-09-29 20:37:39 +03:00
..
compare_v_performance_between_commits tooling: add tools/compare_v_performance_between_commits 2019-09-28 14:17:16 +03:00
gen_vc.v compiler/vlib: change _ := to _ = and disable _ := 2019-09-25 15:10:45 +03:00
performance_compare.v compiler: more precise 'declared and not used' error positioning 2019-09-29 20:37:39 +03:00
vget.v vget fixes 2019-09-28 14:21:52 +03:00