From 1ad2f87bcab8a3c37614a3ab2cb631e71445231b Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Sun, 2 Jun 2013 09:06:53 +0200 Subject: [PATCH] readme --- doc/README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/README b/doc/README index ee585d6..5496574 100644 --- a/doc/README +++ b/doc/README @@ -25,6 +25,10 @@ and type in your program, you can use for more input awesomeness. (http://utopia.knoware.nl/~hlub/rlwrap/#rlwrap) +# Examples + +see doc/ directory, you can directly pipe them into the interpreter + # Grammar // Symbols: @@ -75,7 +79,8 @@ values ::=. values ::= expr. values ::= values T_COMMA expr. -# The Symbols are +# Symbols Map + keywords: "bool", T_BOOL "for", T_FOR