Searched defs:parser (Results 1 – 19 of 19) 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 …]
563 Parser parser(StringPiece(mk->buf()), mk->filename().c_str(), in Parse() local570 Parser parser(buf, loc, out_stmts); in Parse() local577 Parser parser(buf, loc, out_stmts); in ParseNotAfterRule() local
15 package parser package60 type parser struct { struct61 scanner scanner.Scanner62 tok rune63 errors []error64 comments []Node65 nodes []Node66 lines []int88 func (p *parser) Unpack(pos Pos) scanner.Position {99 func (p *parser) pos() Pos {[all …]
15 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 …]
11 parser = argparse.ArgumentParser(description='Check OWNERS file syntax') variable
86 parser = argparse.ArgumentParser(description='Convert a build log into HTML') variable
363 parser = argparse.ArgumentParser() variable