Versions in this module Expand all Collapse all v0 v0.1.2 May 27, 2026 v0.1.1 May 27, 2026 v0.1.0 May 27, 2026 Changes in this version + func Parse(text string) (ast.TokenList, error) + type Parser struct + func NewParser(src io.Reader, d dialect.Dialect) (*Parser, error) + func (p *Parser) Parse() (ast.TokenList, error)