[][src]Function lep::eval_stmt

pub fn eval_stmt<'m>(
    domain: &'m mut Domain,
    state: State,
    s: &str
) -> Result<State, String>

Parse and evaluate a statement. A derived state with the result value is returned.