Versions in this module Expand all Collapse all v0 v0.1.0 Oct 2, 2024 Changes in this version + func NewCatalog() *catalog.Catalog + func NewIdentifier(t string) *ast.String + type Parser struct + func NewParser() *Parser + func (p *Parser) CommentSyntax() source.CommentSyntax + func (p *Parser) IsReservedKeyword(s string) bool + func (p *Parser) Parse(r io.Reader) ([]ast.Statement, error)