# Functions
Disassemble returns all disassembled EVM instructions in human-readable format.
Lex lexes the program by name with the given source.
NewCompiler returns a new allocated compiler.
NewEOFInstructionIterator creates a new instruction iterator for EOF-code.
NewInstructionIterator creates a new instruction iterator.
PrintDisassembled pretty-print all disassembled EVM instructions to stdout.