Searched defs:parser (Results 1 – 16 of 16) sorted by relevance
48 type parser struct { struct49 rd *bufio.Reader50 mk makefile51 lineno int52 elineno int // lineno == elineno unless there is trailing '\'.53 linenoFixed bool54 done bool55 outStmts *[]ast56 inRecipe bool57 ifStack []ifState[all …]
548 Parser parser(StringPiece(mk->buf()), in Parse() local556 Parser parser(buf, loc, out_stmts); in Parse() local562 Parser parser(buf, loc, out_stmts); in ParseNotAfterRule() local
1 package parser package42 type parser struct { struct43 scanner scanner.Scanner44 tok rune45 errors []error46 comments []Node47 nodes []Node48 lines []int70 func (p *parser) Unpack(pos Pos) scanner.Position {81 func (p *parser) pos() Pos {[all …]
1 package parser package
15 package parser package62 func parse(p *parser) (file *File, errs []error) {101 type parser struct { struct102 scanner scanner.Scanner103 tok rune104 errors []error105 scope *Scope106 comments []*CommentGroup107 eval bool123 func (p *parser) error(err error) {[all …]
15 package parser package
10 parser = argparse.ArgumentParser(description='Check OWNERS file syntax') variable
90 parser = argparse.ArgumentParser(description='Convert a build log into HTML') variable