Versions in this module Expand all Collapse all v1 v1.0.0 Dec 7, 2020 Changes in this version + const Alpha + const HexadecimalNumbers + const Numbers + func Disassemble(script []byte) ([]string, error) + func Lex(source []byte, debug bool) <-chan token + func NewInstructionIterator(code []byte) *instructionIterator + func PrintDisassembled(code string) error + type Compiler struct + func NewCompiler(debug bool) *Compiler + func (c *Compiler) Compile() (string, []error) + func (c *Compiler) Feed(ch <-chan token)