Skip to main content

parse_stream

Function parse_stream 

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

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