Parses the given token stream into a sequence of bytes representing an EVM bytecode program.
The scanner used for tokenizing input.
Bytes corresponding to EVM bytecode.
ParseError if an error is encountered while parsing.
See Implementation
Parses the given token stream into a sequence of bytes representing an EVM bytecode program.