compile

Function compile 

Source
pub fn compile(ast: AnalyzedProgram<'_>) -> Program
Expand 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.