diff options
author | Camil Staps | 2017-07-19 12:57:01 +0000 |
---|---|---|
committer | Camil Staps | 2017-07-19 12:57:01 +0000 |
commit | 407a0c8e7e14b96c2a0487cefe09cdc021f002b0 (patch) | |
tree | 6f2f8eec4691c6c292f0cc77734729ac0b27fcf7 /README.md | |
parent | Nomenclature: Application type is now Expression (diff) |
Add while and !, fix error in consecutive declarations
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> ::= '+' | '-' | '*' | '/' | '%' | '==' | '||' | '&&' |