mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
v.builder: implement a -check
mode, that runs only the parser + the checker, without codegen (#11414)
This commit is contained in:
parent
823c9a3c84
commit
aedb6b8e84
9 changed files with 154 additions and 26 deletions
|
@ -94,6 +94,7 @@ const (
|
|||
'-apk',
|
||||
'-show-timings',
|
||||
'-check-syntax',
|
||||
'-check',
|
||||
'-v',
|
||||
'-progress',
|
||||
'-silent',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue