docs: Phase 102 entry (real-app regression smokes)

This commit is contained in:
nyash-codex
2025-12-17 16:57:15 +09:00
parent 5b4f9c25e4
commit 733b4fa950
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Phase 102: real-app read_quoted loop regression (VM + LLVM EXE)
- 対象: `apps/selfhost-vm/json_loader.hako``MiniJsonLoader.read_quoted_from` を最小抽出して fixture 化。
- 固定: accumulator`out = out + ch` escape`\\` → 次の1文字を取り込み quote 終端(`"` で break
- フィクスチャ: `apps/tests/phase102_realapp_read_quoted_min.hako`(期待: `out.length() == 4`
- smoke:
- VM: `tools/smokes/v2/profiles/integration/apps/phase102_realapp_read_quoted_vm.sh`
- LLVM EXE: `tools/smokes/v2/profiles/integration/apps/phase102_realapp_read_quoted_llvm_exe.sh`
- 次候補: `parse_object` / `parse_array` の key/value ループPattern4 continue + return 混在)や read_digits 系。