docs: add Phase 130 plan and set Now to Phase 130

This commit is contained in:
nyash-codex
2025-12-18 08:36:38 +09:00
parent 80df1cccd4
commit 05fccce09a
4 changed files with 106 additions and 14 deletions

View File

@ -18,13 +18,12 @@
- Unit tests: 1155/1155 PASS
- 入口: `docs/development/current/main/phases/phase-129/README.md`
## Next: Phase 130+Loop patterns / Complex RHS
## Next: Phase 130if-only Normalized small expr/assign
**Phase 130以降の展開**
- Loop patterns の Normalized lowering
- Assign(complex expr) RHS 対応
- Nested if 対応
- 詳細は Phase 129 README の "Related Phases" 参照
**Phase 130: if-only Normalized “Small Expr/Assign” Expansiondev-only**
- 目的: post_k 内の最小 post-if 計算(`x = x + 3; return x`)を Normalized で通すPHI禁止
- 入口: `docs/development/current/main/phases/phase-130/README.md`
- 受け入れ: Phase 130 VM + LLVM EXE smokes + Phase 129/128 回帰が green
## 2025-12-18Phase 127 完了 ✅