Searched defs:shellParser (Results 1 – 2 of 2) sorted by relevance
156 type shellParser struct { struct157 cmd string158 ungetToken string161 func (p *shellParser) token() (string, error) {205 func (p *shellParser) unget(s string) {211 func (p *shellParser) expect(toks ...string) error {224 func (p *shellParser) expectSeq(toks ...string) error {
536 shellParser anonMember901 shellParser anonMember