Searched refs:ParseAndEval (Results 1 – 4 of 4) sorted by relevance
/build/blueprint/ |
D | unpack_test.go | 554 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil))
|
D | context.go | 944 file, errs = parser.ParseAndEval(filename, reader, scope)
|
/build/blueprint/parser/ |
D | parser_test.go | 1021 file, errs := ParseAndEval("", r, NewScope(nil)) 1094 file, errs := ParseAndEval("", r, NewScope(nil))
|
D | parser.go | 86 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { func
|