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