pub fn parse_tokens(source: &str) -> Result<ParseOutput, ParseError>Expand description
Parse source as a token stream (Phase 1 lexer).
Returns the sipha parse output; use .syntax_root(source.as_bytes()) to get
the root syntax node, or .tree_events for the raw event list.