From e75996b10dca6d67160055d02db30e9ab1f64224 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 21 Jul 2017 09:27:44 +0000 Subject: Fix grammar --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 299f733..6a821b8 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ or can be interpreted with the [ABCMachine][abc-github] project. ::= -clist ';' - ::= ':=' ';' - | ';' + ::= [ ':='] ';' | 'return' [] ';' | 'if' '(' ')' '{' '}' ['else' 'if' '(' ')' '{' '}']-list @@ -29,7 +28,8 @@ or can be interpreted with the [ABCMachine][abc-github] project. | | '(' -clist ')' | - | + | + | '(' ')' ::= '~' | '!' -- cgit v1.2.3