Home
last modified time | relevance | path

Searched refs:ParseAndEval (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/
Dunpack_test.go554 file, errs := parser.ParseAndEval("", r, parser.NewScope(nil))
Dcontext.go944 file, errs = parser.ParseAndEval(filename, reader, scope)
/build/blueprint/parser/
Dparser_test.go1021 file, errs := ParseAndEval("", r, NewScope(nil))
1094 file, errs := ParseAndEval("", r, NewScope(nil))
Dparser.go86 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) { func