Function parse_source_file

Source
pub fn parse_source_file<T, P>(
    file_path: T,
    search_path_list: Option<&[P]>,
) -> SourceFile
where T: AsRef<Path>, P: AsRef<Path>,
Expand description

Read source from file_path and parse to the syntactic AST. Parse and store included files recursively.