1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

parser: prepare for better VLS integration, more accurate parser errors (#7119)

This commit is contained in:
Daniel Däschle
2020-12-04 19:34:05 +01:00
committed by GitHub
parent 52fb7033c3
commit 47d0ed308d
17 changed files with 171 additions and 36 deletions

View File

@@ -124,6 +124,9 @@ The build flags are shared by the build and run commands:
-W
Treat all warnings as errors, even in development builds.
-Wfatal-errors
Unconditionally exit with exit(1) after the first error. Useful for scripts/tooling that calls V.
For C-specific build flags, use `v help build-c`.