pub fn parse_source_string<T, P>(
source: T,
fake_file_path: Option<&str>,
search_path_list: Option<&[P]>,
) -> SourceStringExpand description
Read source from file_path and parse to the syntactic AST.
Parse and store included files recursively.