Update getting-started.md

To resolve some confusion on readme
This commit is contained in:
Abhijith Neil Abraham 2019-07-11 11:33:54 +05:30 committed by GitHub
parent a770ff26cc
commit a92600936c
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 $ grun Hello r -tree
(Now enter something like the string below)
hello parrt hello parrt
(now,do:)
^D ^D
(The output:)
(r hello parrt) (r hello parrt)
(That ^D means EOF on unix; it's ^Z in Windows.) The -tree option prints the parse tree in LISP notation. (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. It's nicer to look at parse trees visually.