Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2025 Changes in this version + func FormatLiterals(literals []ast.Literal) string + type Parser struct + func New(l *lexer.Lexer) *Parser + func (p *Parser) Errors() []string + func (p *Parser) ParseProgram() *ast.Program + type SimpleLiteralParser struct + func NewSimpleLiteralParser(input string) *SimpleLiteralParser + func (p *SimpleLiteralParser) ExtractLiterals() []ast.Literal + func (p *SimpleLiteralParser) ParseCondition(input string) ast.Expression + func (p *SimpleLiteralParser) ParseUpdateSetPairs(input string) []ast.SetPair