pub fn parse_source_file<T, P>( file_path: T, search_path_list: Option<&[P]>, ) -> SourceFilewhere T: AsRef<Path>, P: AsRef<Path>,
Read source from file_path and parse to the syntactic AST. Parse and store included files recursively.
file_path