docs: Phase 103 plan (if-only parity baseline)
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
# Self Current Task — Now (main)
|
||||
|
||||
## 2025-12-17:Phase 100 P3 完了 ✅
|
||||
|
||||
**Phase 100 P3: String Accumulator Captures**
|
||||
- String accumulator(`out = out + ch`)を最小形で固定し、VM/LLVM EXE parity を smoke で検証
|
||||
- LLVM EXE 側の stringish 伝播(PHI/copy/binop)を修正し、concat の意味論を安定化
|
||||
|
||||
## 2025-12-17:Phase 100 P2 完了 ✅
|
||||
|
||||
**Phase 100 P2: Mutable Accumulator Captures**
|
||||
@ -23,9 +29,8 @@
|
||||
- escape 末尾バックスラッシュを best-effort として固定(`hello\` そのまま出力)
|
||||
- VM+LLVM EXE parity 完全対応、integration smoke で検証済み
|
||||
|
||||
Next(設計メモ):
|
||||
- Phase 100: Pinned Read‑Only Captures(ループ外 local を loop 内 receiver として解決): `docs/development/current/main/phases/phase-100/README.md`
|
||||
- 段階投入: P1=read‑only(Pinned)→ P2=mutable は LoopState(carrier/env)へ
|
||||
関連(設計/実装の入口):
|
||||
- Phase 100: `docs/development/current/main/phases/phase-100/README.md`
|
||||
|
||||
## 2025‑12‑15:Phase 132 完了 ✅
|
||||
|
||||
|
||||
Reference in New Issue
Block a user