evaluate_arithmetic_expression

Function evaluate_arithmetic_expression 

Source
pub fn evaluate_arithmetic_expression(
    expr: &str,
    shell_state: &ShellState,
) -> Result<i64, ArithmeticError>
Expand description

Main function to evaluate an arithmetic expression