Function falcon::executor::eval [] [src]

pub fn eval(expr: &Expression) -> Result<Constant>

Evaluate an il::Expression where all terminals are il::Constant, and return the resulting il::Constant.