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

v.builder: implement a -check mode, that runs only the parser + the checker, without codegen (#11414)

This commit is contained in:
Ned Palacios
2021-09-07 12:17:53 +08:00
committed by GitHub
parent 823c9a3c84
commit aedb6b8e84
9 changed files with 154 additions and 26 deletions

View File

@@ -94,6 +94,7 @@ const (
'-apk',
'-show-timings',
'-check-syntax',
'-check',
'-v',
'-progress',
'-silent',