diff --git a/grammars/progsys/X-Word Lines.bnf b/grammars/progsys/X-Word Lines.bnf index b60db411..66aa3575 100644 --- a/grammars/progsys/X-Word Lines.bnf +++ b/grammars/progsys/X-Word Lines.bnf @@ -9,7 +9,7 @@ ::= ' = '||' = ' ::= | ::= '0'|'1'|'2'|'3'|'4'|'5'|'6'|'7'|'8'|'9' - ::= '<'|'>'|'=='|'>='|'<='|'!='|'is'|'is not' + ::= '<'|'>'|'=='|'>='|'<='|'!=' ::= | ::= 'b0'|'b1'|'b2' ::= ||'not '|'( '' '' '' )'|' '' '|' in '|' not in '|' == '|' != '|'.startswith('')'|'.endswith('')'