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