Versions in this module Expand all Collapse all v1 v1.26.3 Jun 20, 2024 Changes in this version + var Fingerprint = nodes.Fingerprint + var Parse = nodes.Parse + func IsNamedParamFunc(node *nodes.Node) bool + func IsNamedParamSign(node *nodes.Node) bool + func NewCatalog() *catalog.Catalog + 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)