Function expand_runtime_block

Source
pub(super) fn expand_runtime_block(
    program: &Program,
    block: &Block,
    function_table: &BTreeMap<String, &MetaFunctionDecl>,
    outer_runtime_scope: &BTreeMap<String, Option<TypeExpr>>,
    template_env: &BTreeMap<String, MetaValue>,
    builder_env_cursor: Option<&mut BuilderEnvCursor>,
) -> Result<Block, MetaEvalError>