Versions in this module Expand all Collapse all v0 v0.5.18 Feb 22, 2025 v0.5.17 Oct 5, 2024 Changes in this version + const ASSIGN + const CALL + const COND + const DOT + const EQUALS + const INDEX + const LESSGREATER + const LOWEST + const MODULUS + const POWER + const PREFIX + const PRODUCT + const SUM + type Parser struct + func New(l *lexer.Lexer) *Parser + func (p *Parser) Errors() []string + func (p *Parser) ParseProgram() *ast.Program