pub fn eval_constant(
    working_set: &StateWorkingSet<'_>,
    expr: &Expression
) -> Result<Value, ShellError>
Expand description

Evaluate a constant value at parse time

Based off eval_expression() in the engine