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
171
171
# Main test targets
172
172
# #####################################################################
173
173
174
- check : cleantmptestlogs cleantestlibs check-notidy tidy check-syntax
174
+ check : cleantmptestlogs cleantestlibs check-notidy tidy
175
175
176
176
check-notidy : cleantmptestlogs cleantestlibs all check-stage2
177
177
$(Q )$(CFG_PYTHON ) $(S ) src/etc/check-summary.py tmp/* .log
Original file line number Diff line number Diff line change 1
1
Reference grammar.
2
2
3
3
Uses [ 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.
5
6
6
- To use:
7
+ To use manually :
7
8
8
9
```
9
10
antlr4 RustLexer.g4
You can’t perform that action at this time.
0 commit comments