readme
This commit is contained in:
@@ -25,6 +25,10 @@ and type in your program, you can use
|
|||||||
|
|
||||||
for more input awesomeness. (http://utopia.knoware.nl/~hlub/rlwrap/#rlwrap)
|
for more input awesomeness. (http://utopia.knoware.nl/~hlub/rlwrap/#rlwrap)
|
||||||
|
|
||||||
|
# Examples
|
||||||
|
|
||||||
|
see doc/ directory, you can directly pipe them into the interpreter
|
||||||
|
|
||||||
# Grammar
|
# Grammar
|
||||||
|
|
||||||
// Symbols:
|
// Symbols:
|
||||||
@@ -75,7 +79,8 @@ values ::=.
|
|||||||
values ::= expr.
|
values ::= expr.
|
||||||
values ::= values T_COMMA expr.
|
values ::= values T_COMMA expr.
|
||||||
|
|
||||||
# The Symbols are
|
# Symbols Map
|
||||||
|
|
||||||
keywords:
|
keywords:
|
||||||
"bool", T_BOOL
|
"bool", T_BOOL
|
||||||
"for", T_FOR
|
"for", T_FOR
|
||||||
|
|||||||
Reference in New Issue
Block a user