Function sphinx::parse_source
source · [−]pub fn parse_source(
interner: &mut StringInterner,
source_text: SourceText
) -> Result<Vec<StmtMeta>, Vec<ParserError>>
Expand description
Produce AST from SourceText
pub fn parse_source(
interner: &mut StringInterner,
source_text: SourceText
) -> Result<Vec<StmtMeta>, Vec<ParserError>>
Produce AST from SourceText