Skip to main content

create_parser

Function create_parser 

Source
pub fn create_parser(file_name: String, source_text: String) -> Parser
Expand description

Create a new Parser for the given source text. This is the recommended parser for production use.