pub fn parse<'r, 't>(
tokenization: &'r Tokenization<'t>,
page_info: &'r PageInfo<'t>,
settings: &'r WikitextSettings,
) -> ParseOutcome<SyntaxTree<'t>>where
'r: 't,Expand description
Parse through the given tokens and produce an AST.
This takes a list of ExtractedToken items produced by tokenize.