Skip to main content

parse_v2

Function parse_v2 

Source
pub fn parse_v2(input: &str) -> SyntaxNode
Expand description

Drive the scanner over input and build a CST. Always returns a SyntaxNode — the scanner is permissive and the v2 builder preserves bytes regardless of well-formedness.