kecc::ir

Function interp

Source
pub fn interp(
    ir: &TranslationUnit,
    args: Vec<Value>,
) -> Result<Value, InterpreterError>