tree

Function tree 

Source
pub fn tree(path: &Path) -> Result<AST, Vec<Error>>
Expand description

Parses the contents of a file as well as all files this file refers to and so on.

Returns the resulting Program (list of Modules).

ยงErrors

Returns any errors that occured when parsing the file(s). Basic error continuation is performed as documented in [module].