compile_with_functions

Function compile_with_functions 

Source
pub fn compile_with_functions(
    prog: &HirProgram,
    existing_functions: &HashMap<String, UserFunction>,
) -> Result<Bytecode, String>