MCPcopy
hub / github.com/sqlc-dev/sqlc / NewParser

Function NewParser

internal/engine/sqlite/parse.go:33–35  ·  view source on GitHub ↗

func (el *errorListener) ReportAmbiguity(recognizer antlr.Parser, dfa *antlr.DFA, startIndex, stopIndex int, exact bool, ambigAlts *antlr.BitSet, configs antlr.ATNConfigSet) { } func (el *errorListener) ReportAttemptingFullContext(recognizer antlr.Parser, dfa *antlr.DFA, startIndex, stopIndex int,

()

Source from the content-addressed store, hash-verified

31// }
32
33func NewParser() *Parser {
34 return &Parser{}
35}
36
37type Parser struct {
38}

Callers 5

NewCompilerFunction · 0.92
TestExpandSQLiteFunction · 0.92
TestFormatFunction · 0.92
parse.goFile · 0.92
TestUpdateFunction · 0.70

Calls

no outgoing calls

Tested by 3

TestExpandSQLiteFunction · 0.74
TestFormatFunction · 0.74
TestUpdateFunction · 0.56