pub fn parse_source(
    interner: &mut StringInterner,
    source_text: SourceText
) -> Result<Vec<StmtMeta>, Vec<ParserError>>
Expand description

Produce AST from SourceText