diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,7 +31,9 @@ or can be interpreted with the [ABCMachine][abc-github] project. | <Name> '(' <Expression>-clist ')' | <Op1> <Expression> | <Expression> <Op2> <Expression> + | '(' <Expression>-clist ')' | '(' <Expression> ')' + | <Expression> '.' <Name> <Op1> ::= '~' | '!' <Op2> ::= '+' | '-' | '*' | '/' | '%' | '==' | '||' | '&&' |