aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCamil Staps2017-07-27 22:53:45 +0200
committerCamil Staps2017-07-27 22:53:45 +0200
commitbf0a7bb68485c87737677e4bbb5278b24dcb24cc (patch)
tree468c77df0e0e7e5d05047c8aec50b77d57d3b5dc /README.md
parentOptimise multiple pop instructions (diff)
Add tuples (see #1)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index bb02905..f8dff10 100644
--- a/README.md
+++ b/README.md
@@ -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> ::= '+' | '-' | '*' | '/' | '%' | '==' | '||' | '&&'