pub fn create_parser(file_name: String, source_text: String) -> Parser
Create a new Parser for the given source text. This is the recommended parser for production use.