pub fn compile(ast: AnalyzedProgram<'_>) -> ProgramExpand description
Compiles rush source code to VM instructions.
The Ok(_) variant is a [CompilationResult] which also includes any non-error diagnostics.
The Err(_) variant returns a Vec<Diagnostic> which contains at least one error.