Michelson: adds missing instructions from language BNF

This commit is contained in:
Milo Davis 2017-07-13 16:27:46 +02:00 committed by Benjamin Canou
parent 9e1ec0c159
commit 733be3fa17

View File

@ -1795,6 +1795,7 @@ X - Full grammar
| PUSH <type> <data> | PUSH <type> <data>
| SOME | SOME
| NONE <type> | NONE <type>
| UNIT
| IF_NONE { <instruction> ... } { <instruction> ... } | IF_NONE { <instruction> ... } { <instruction> ... }
| PAIR | PAIR
| CAR | CAR
@ -1853,6 +1854,7 @@ X - Full grammar
| ISNAN | ISNAN
| NANAN | NANAN
| MANAGER | MANAGER
| SELF
| TRANSFER_TOKENS | TRANSFER_TOKENS
| CREATE_ACCOUNT | CREATE_ACCOUNT
| CREATE_CONTRACT | CREATE_CONTRACT