pub fn evaluate_arithmetic_expression(
expr: &str,
shell_state: &ShellState,
) -> Result<i64, ArithmeticError>Expand description
Main function to evaluate an arithmetic expression
pub fn evaluate_arithmetic_expression(
expr: &str,
shell_state: &ShellState,
) -> Result<i64, ArithmeticError>Main function to evaluate an arithmetic expression