Merge pull request #2593 from abhijithneilabraham/patch-2

Update getting-started.md
This commit is contained in:
Terence Parr 2019-07-23 08:40:43 -07:00 committed by GitHub
commit 128983ff90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -112,8 +112,11 @@ Now test it:
```
$ grun Hello r -tree
(Now enter something like the string below)
hello parrt
(now,do:)
^D
(The output:)
(r hello parrt)
(That ^D means EOF on unix; it's ^Z in Windows.) The -tree option prints the parse tree in LISP notation.
It's nicer to look at parse trees visually.