pub fn check_source(
source: &str,
) -> Result<(Vec<SNode>, Vec<TypeDiagnostic>), PipelineError>Expand description
Lex, parse, and type-check source. Returns the AST and any type diagnostics (which may include warnings even on success).
pub fn check_source(
source: &str,
) -> Result<(Vec<SNode>, Vec<TypeDiagnostic>), PipelineError>Lex, parse, and type-check source. Returns the AST and any type diagnostics (which may include warnings even on success).