phlogiston.assembler

Modules

assembler
module phlogiston.assembler.assembler

Interface for assembling a string of assembly containing into bytecode.

parser
module phlogiston.assembler.parser

Parser for the Ethereum Virtual Machine (EVM) assembler.

scanner
module phlogiston.assembler.scanner

Scanner that tokenizes Ethereum Virtual Machine (EVM) assembly language.

token
module phlogiston.assembler.token

Token types for Ethereum Virtual Machine (EVM) assembler scanner.