sl_compiler::compile::compile_math

Function make_math_comp

Source
fn make_math_comp(
    env: &mut SloshVm,
    state: &mut CompileState,
    cdr: &[Value],
    result: usize,
    op: u8,
) -> VMResult<()>