Skip to content

Commit 967ba3f

Browse files
committed
---
yaml --- r: 167450 b: refs/heads/snap-stage3 c: 1e278c1 h: refs/heads/master v: v3
1 parent 60bb860 commit 967ba3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 023dfb0c898d851dee6ace2f8339b73b5287136b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: f066acf6450fcca60251eef6821cebd8f1ca9af3
4+
refs/heads/snap-stage3: 1e278c1cd1307d06d57c556676e3035516334d2d
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/grammar/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Reference grammar.
22

33
Uses [antlr4](http://www.antlr.org/) and a custom Rust tool to compare
4-
ASTs/token streams generated. You can use the `check-syntax` make target to
4+
ASTs/token streams generated. You can use the `check-lexer` make target to
55
run all of the available tests.
66

77
To use manually:
@@ -12,7 +12,7 @@ javac *.java
1212
rustc -O verify.rs
1313
for file in ../*/**.rs; do
1414
echo $file;
15-
grun RustLexer tokens -tokens < $file | ./verify $file || break
15+
grun RustLexer tokens -tokens < $file | ./verify $file RustLexer.tokens || break
1616
done
1717
```
1818

0 commit comments

Comments
 (0)