Searched defs:rulesParser (Results 1 – 1 of 1) sorted by relevance
238 type rulesParser struct { struct239 lineno int240 lastWord string241 text string245 func (p *rulesParser) syntaxError(msg string) {250 func (p *rulesParser) nextList() (list []string, token string) {273 func (p *rulesParser) nextToken() string {