run_form

Function run_form 

Source
pub fn run_form(
    top: &mut TopLevel,
    sexp: &Sexp,
) -> Result<Option<RunResult>, NarjuError>
Expand description

Execute a single pre-parsed form, evaluating it in top’s current env. Every form is an expression — there are no top-level special forms.