lex_and_parse

Function lex_and_parse 

Source
pub fn lex_and_parse(text: &str) -> Result<Parsed>
Expand description

Lex text into tokens and then parse the result