parse

Function parse 

Source
pub fn parse<'a>(input: &'a str) -> Result<ParserContext<'a>, ParseError<'a>>