Function expand_quoted_stmt

Source
pub(super) fn expand_quoted_stmt(
    program: &Program,
    stmt: &Stmt,
    env: &mut BTreeMap<String, MetaValue>,
    function_table: &BTreeMap<String, &MetaFunctionDecl>,
    runtime_scope: &BTreeMap<String, Option<TypeExpr>>,
    builder_env_cursor: Option<&mut BuilderEnvCursor>,
) -> Result<Stmt, MetaEvalError>