Versions in this module Expand all Collapse all v1 v1.21.1 Mar 14, 2023 Changes in this version + type ParseError struct + Message string + Position Position + func (e *ParseError) Error() string + type ParserConfig struct + DebugTypes bool + DebugWriter io.Writer + Funcs map[string]interface{} + 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