Function papyri_lang::parser::parse

source ·
pub fn parse(
    src: Rc<SourceFile>,
    diagnostics: &mut Diagnostics,
    string_pool: &mut StringPool
) -> Vec<AST>
Expand description

Parses a Papyri source file into an abstract syntax tree.