细化第一版实现顺序,并与仓库目录对齐。

把第 12 节拆成可验收阶段,目录改为 isa/compiler/vm/host。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-18 16:51:45 +08:00
co-authored by Cursor
parent 2eb2468119
commit 50b0456198
2 changed files with 261 additions and 14 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
| 文件 | 内容 |
|---|---|
| [`初步计划.md`](初步计划.md) | 定案:子集 ST、toml 工程、寄存器 VM、执行模型、ST 子集实现顺序 |
| [`初步计划.md`](初步计划.md) | 定案:子集 ST、toml 工程、寄存器 VM、执行模型、ST 子集;第 12 节为分阶段实现顺序 |
仓库根目录 [`README.md`](../README.md) 只说明目录和模块边界;语言规则、映像与扫描周期的细节以本目录为准。