pub fn parse_program(source: &str) -> Result<ProgramAst, ParsingError>
Expand description

Parses the provided source into a program AST. A program consist of a body and a set of internal (i.e., not exported) procedures.