pub fn parse(source: &str) -> ParseResultExpand description
Parses Onlyfile text into a shallow CST with line-level recovery.
Args: source: Raw Onlyfile source text.
Returns: Parse result containing CST root and collected diagnostics.
pub fn parse(source: &str) -> ParseResultParses Onlyfile text into a shallow CST with line-level recovery.
Args: source: Raw Onlyfile source text.
Returns: Parse result containing CST root and collected diagnostics.