X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=src%2Fgrammar.txt;h=ce6732b87b223a68a8ea0614cb32936730b15341;hb=d223266f509eb74929928174dbe015c2498c1bdc;hp=3eb7146bb3311d80d5d991363fff8b8e7fb71e40;hpb=50b5f82d49946ae0125b1815903865eb11a386b4;p=cc1516.git diff --git a/src/grammar.txt b/src/grammar.txt index 3eb7146..ce6732b 100644 --- a/src/grammar.txt +++ b/src/grammar.txt @@ -13,7 +13,7 @@ ::= ['&&' ] ::= [('==' | '<' | '>' | '<=' | '>=' | '!=') ] ::= (('+' | '-') )* - ::= ('*' | '/' | '%'] )* + ::= (['*' | '/' | '%'] )* ::= | |