package
3.0.0-alpha5+incompatible
Repository: https://github.com/erigontech/erigon.git
Documentation: pkg.go.dev

# 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.
NewInstructionIterator creates a new instruction iterator.
PrintDisassembled pretty-prints all disassembled EVM instructions to stdout.

# Constants

characters representing alphanumeric.
characters representing any hexadecimal.
characters representing any decimal number.

# Structs

Compiler contains information about the parsed source and holds the tokens for the program.