diff options
author | Camil Staps | 2017-07-27 22:53:45 +0200 |
---|---|---|
committer | Camil Staps | 2017-07-27 22:53:45 +0200 |
commit | bf0a7bb68485c87737677e4bbb5278b24dcb24cc (patch) | |
tree | 468c77df0e0e7e5d05047c8aec50b77d57d3b5dc /README.md | |
parent | Optimise multiple pop instructions (diff) |
Add tuples (see #1)
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> ::= '+' | '-' | '*' | '/' | '%' | '==' | '||' | '&&' |