File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ endif
171171# Main test targets
172172# #####################################################################
173173
174- check : cleantmptestlogs cleantestlibs check-notidy tidy check-syntax
174+ check : cleantmptestlogs cleantestlibs check-notidy tidy
175175
176176check-notidy : cleantmptestlogs cleantestlibs all check-stage2
177177 $(Q )$(CFG_PYTHON ) $(S ) src/etc/check-summary.py tmp/* .log
Original file line number Diff line number Diff line change 11Reference grammar.
22
33Uses [ antlr4] ( http://www.antlr.org/ ) and a custom Rust tool to compare
4- ASTs/token streams generated.
4+ ASTs/token streams generated. You can use the ` check-syntax ` make target to
5+ run all of the available tests.
56
6- To use:
7+ To use manually :
78
89```
910antlr4 RustLexer.g4
You can’t perform that action at this time.
0 commit comments