Searched defs:Parse (Results 1 – 4 of 4) sorted by relevance
31 func Parse(filename string, r io.Reader) (*Deps, error) { func
42 func (p *parser) Parse() ([]Node, []error) { func
94 func Parse(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { func
35 func Parse(r io.Reader, from string) (*SoongConfigDefinition, []error) { func