Usage
orderly_parse_file(path)
orderly_parse_expr(exprs, filename)
Arguments
- path
Path to orderly_*
script
- exprs
Parsed AST from orderly_*
script
- filename
Name of orderly_*
file to include in metadata
Value
Parsed orderly entrypoint script
Details
Parses details of any calls to the orderly_ in-script functions
into intermediate representation for downstream use. Also validates
that any calls to orderly_*
in-script functions are well-formed.