Function expand_runtime_expr

Source
pub(super) fn expand_runtime_expr(
    program: &Program,
    expr: &Expr,
    function_table: &BTreeMap<String, &MetaFunctionDecl>,
    runtime_scope: &BTreeMap<String, Option<TypeExpr>>,
    template_env: &BTreeMap<String, MetaValue>,
    builder_env_cursor: Option<&mut BuilderEnvCursor>,
) -> Result<Expr, MetaEvalError>