docs: add Phase 107 to Now/INDEX and backlog

This commit is contained in:
nyash-codex
2025-12-17 23:15:57 +09:00
parent 3c934dc69d
commit 6a21382d44
3 changed files with 16 additions and 2 deletions

View File

@ -11,8 +11,8 @@ Related:
- **real-app loop regression の横展開VM + LLVM EXE**
- ねらい: 実コード由来ループを 1 本ずつ最小抽出して fixture/smoke で固定する(段階投入)。
- 現状: Phase 104read_digits / json_cur 由来)まで固定済み。
- 次候補: `apps/libs/json_cur.hako` `find_balanced_array_end` / `find_balanced_object_end`depth scan + nested if
- 入口: `docs/development/current/main/phases/phase-107/README.md`
- 次候補Phase 107: `apps/libs/json_cur.hako``find_balanced_object_end`depth scan + nested if
- 入口Phase 107: `docs/development/current/main/phases/phase-107/README.md`
- **P5b “完全E2E”**escape skip の実ループを end-to-end で固定)
- 現状: Phase 94 で VM E2E まで固定済み。次は selfhost 実コード(`apps/selfhost-vm/json_loader.hako`)へ横展開して回帰を減らす。