Skip to main content

parse

Function parse 

Source
pub fn parse<P: AsRef<Path>>(path: P) -> Result<Tree>
Expand description

Parses the script is refered by the path.

See Parser::new_with_doc_root_mod_and_doc_current_mod and Parser::parse.