Skip to content

Commit b979bbb

Browse files
committed
Tweak doc
Signed-off-by: Terence Parr <[email protected]>
1 parent f94a484 commit b979bbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Here's how to get the tokens and trace through the parse:
5656
```bash
5757
$ antlr4-parse Expr.g4 prog -tokens -trace
5858
10+20*30
59+
^D
5960
[@0,0:1='10',<INT>,1:0]
6061
[@1,2:2='+',<'+'>,1:2]
6162
[@2,3:4='20',<INT>,1:3]
@@ -85,6 +86,7 @@ Here's how to get a visual tree view:
8586
```bash
8687
$ antlr4-parse Expr.g4 prog -gui
8788
10+20*30
89+
^D
8890
```
8991

9092
The following will pop up in a Java-based GUI window:

0 commit comments

Comments
 (0)