Versions in this module Expand all Collapse all v1 v1.13.13 Aug 9, 2024 Changes in this version + 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)