Versions in this module Expand all Collapse all v0 v0.2.0 Aug 26, 2026 Changes in this version + func ParseWithComments(input string) (res *ast.ParseResult, comments []lexer.Token, err *lexer.Error) v0.1.0 Aug 17, 2026 Changes in this version + func Parse(input string) (res *ast.ParseResult, err *lexer.Error) + func ParseTracked(input string) (res *ast.ParseResult, emptyStrings map[any]bool, err *lexer.Error) + func ParseTypeName(input string) (res *ast.TypeName, err *lexer.Error) + func ParseWithMode(input string, mode Mode) (res *ast.ParseResult, err *lexer.Error) + func SystemFuncName(name string) []*ast.Node + func SystemTypeName(name string) *ast.TypeName + type Mode int + const ModeDefault + const ModePlpgsqlAssign1 + const ModePlpgsqlAssign2 + const ModePlpgsqlAssign3 + const ModePlpgsqlExpr + const ModeTypeName