parse

Function parse 

Source
pub fn parse(tokens: Vec<Token>) -> Result<Grammar>
Expand description

Parse a list of tokens into a grammar.