From f9c5425798eaf4ec153ae8103afe87a67e309341 Mon Sep 17 00:00:00 2001 From: Matt Hellige Date: Fri, 7 Jun 2019 14:30:09 -0500 Subject: [PATCH] Tidying. --- grammar.txt => misc/grammar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename grammar.txt => misc/grammar.txt (97%) diff --git a/grammar.txt b/misc/grammar.txt similarity index 97% rename from grammar.txt rename to misc/grammar.txt index 7b67701..ada9335 100644 --- a/grammar.txt +++ b/misc/grammar.txt @@ -30,7 +30,7 @@ val ::= INT | DOUBLE | BOOL | STRING // without precedence... -selector ::= sel '>'? +selector ::= step '>'? step ::= step op step | singlestep step | singlestep