From a92600936c8dfa30fa14679f3124a7d2e6304061 Mon Sep 17 00:00:00 2001 From: Abhijith Neil Abraham Date: Thu, 11 Jul 2019 11:33:54 +0530 Subject: [PATCH] Update getting-started.md To resolve some confusion on readme --- doc/getting-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/getting-started.md b/doc/getting-started.md index ca1fd33b1..4614c67f6 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -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.