Function parse_program_cst

Source
pub fn parse_program_cst(
    input: &str,
) -> Result<SyntaxNode<RukaLanguage>, SyntaxError>
Expand description

Parse a source string and build a CST view from the resulting AST.