Function parse_source_string

Source
pub fn parse_source_string<T, P>(
    source: T,
    fake_file_path: Option<&str>,
    search_path_list: Option<&[P]>,
) -> SourceString
where T: AsRef<str>, P: AsRef<Path>,
Expand description

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