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,
()
| 31 | // } |
| 32 | |
| 33 | func NewParser() *Parser { |
| 34 | return &Parser{} |
| 35 | } |
| 36 | |
| 37 | type Parser struct { |
| 38 | } |
no outgoing calls