Reimplement `miden repl`
- 主要语言
- Rust
- 星标
- 772
- 派生
- 352
- 平均合并
- 1 天 7 小时
- 30 天内合并 PR
- 84
描述
#2483 removed the `VmStateIterator`, which `miden repl` depended on (and hence removed that subcommand). We should reimplement that command using the `FastProcessor`, though further discussion would be required for exactly what we want from that subcommand.
Further context: https://github.com/0xMiden/miden-vm/pull/2483#discussion_r2635302376
贡献指南
调研方向
Look at the removed VmStateIterator in PR #2483 and the linked discussion to understand the old repl design. The new implementation must use the FastProcessor. Start by examining the miden-vm codebase for the repl command structure and the FastProcessor's public interface. Determine what the repl should do: likely step through VM execution and inspect state. Check for existing tests or examples of FastProcessor usage.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 40/100