Skip to main content

parse_source

Function parse_source 

Source
pub fn parse_source(source: &str) -> (Program, DiagnosticBag)
Expand description

Lex and parse a source string, returning the AST and combined diagnostics.