Versions in this module Expand all Collapse all v0 v0.1.0 Apr 20, 2026 Changes in this version + type ParseError struct + Message string + Position lexer.Position + func (e *ParseError) Error() string + type ParserConfig struct + DebugTypes bool + DebugWriter io.Writer + Funcs map[string]any + type Program struct + Compiled *compiler.Program + func ParseProgram(src []byte, config *ParserConfig) (prog *Program, err error) + func (p *Program) Disassemble(writer io.Writer) error + func (p *Program) String() string