compile

Function compile 

Source
pub fn compile(
    prog: AST,
    functions: &[(String, RustFunction)],
) -> Result<Prog, Vec<Error>>