Versions in this module Expand all Collapse all v1 v1.0.1 Nov 23, 2024 v1.0.0 Nov 23, 2024 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)