Function yash_arith::eval

source ·
pub fn eval<E: Env>(
    expression: &str,
    env: &mut E
) -> Result<Value, Error<E::GetVariableError, E::AssignVariableError>>
Expand description

Performs arithmetic expansion