pub fn parse( source_text: &str, file_path: &str, config: &ParserConfig, ) -> Result<ParseResult, Vec<String>>