Function lep::eval_stmt[][src]

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

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