aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCamil Staps2017-07-19 12:57:01 +0000
committerCamil Staps2017-07-19 12:57:01 +0000
commit407a0c8e7e14b96c2a0487cefe09cdc021f002b0 (patch)
tree6f2f8eec4691c6c292f0cc77734729ac0b27fcf7 /README.md
parentNomenclature: Application type is now Expression (diff)
Add while and !, fix error in consecutive declarations
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bacfd06..7d773fc 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ or can be interpreted with the [ABCMachine][abc-github] project.
| <Op1> <Expression>
| <Op2> <Expression>
-<Op1> ::= '~'
+<Op1> ::= '~' | '!'
<Op2> ::= '+' | '-' | '*' | '/' | '%' | '==' | '||' | '&&'