We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94a484 commit b979bbbCopy full SHA for b979bbb
doc/getting-started.md
@@ -56,6 +56,7 @@ Here's how to get the tokens and trace through the parse:
56
```bash
57
$ antlr4-parse Expr.g4 prog -tokens -trace
58
10+20*30
59
+^D
60
[@0,0:1='10',<INT>,1:0]
61
[@1,2:2='+',<'+'>,1:2]
62
[@2,3:4='20',<INT>,1:3]
@@ -85,6 +86,7 @@ Here's how to get a visual tree view:
85
86
87
$ antlr4-parse Expr.g4 prog -gui
88
89
90
```
91
92
The following will pop up in a Java-based GUI window:
0 commit comments