Michelson.Parser.Instr
Contents
Description
Parsing of Michelson instructions.
primInstr :: Parser (Contract' ParsedOp) -> Parser ParsedOp -> Parser ParsedInstr Source #
Parser for primitive Michelson instruction (no macros and extensions).
ops' :: Parser ParsedOp -> Parser [ParsedOp] Source #
Parse a sequence of instructions.
mapOp :: Parser ParsedOp -> Parser ParsedInstr Source #
pairOp :: Parser ParsedInstr Source #
cmpOp :: Parser ParsedInstr Source #
dupOp :: Parser ParsedInstr Source #