Function eval_meta_stmt

Source
pub(super) fn eval_meta_stmt(
    program: &Program,
    statement: &MetaStmt,
    env: &mut BTreeMap<String, MetaValue>,
    function_table: &BTreeMap<String, &MetaFunctionDecl>,
    emit_runtime_stmts: bool,
    runtime_scope: &BTreeMap<String, Option<TypeExpr>>,
    builder_env_cursor: Option<&mut BuilderEnvCursor>,
) -> Result<MetaBlockOutcome, MetaEvalError>