Home
last modified time | relevance | path

Searched defs:rulesParser (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/internal/dag/
Dparse.go238 type rulesParser struct { struct
239 lineno int
240 lastWord string
241 text string
245 func (p *rulesParser) syntaxError(msg string) {
250 func (p *rulesParser) nextList() (list []string, token string) {
273 func (p *rulesParser) nextToken() string {