Function ftml::parsing::parse[][src]

pub fn parse<'r, 't>(
    log: &Logger,
    tokenization: &'r Tokenization<'t>
) -> ParseOutcome<SyntaxTree<'t>> where
    'r: 't, 

Parse through the given tokens and produce an AST.

This takes a list of ExtractedToken items produced by tokenize().