docs: Phase 103 P1 DONE (early return)

This commit is contained in:
nyash-codex
2025-12-17 17:45:16 +09:00
parent 3fe92312a1
commit ce501113a7

View File

@ -60,6 +60,12 @@ Related:
if 文の then/else 内で return する形merge 不要 or merge 途中で returnを 1 本追加して、Boundary/ExitLine の退行を拾いやすくする。
## DONEP1
- Fixture: `apps/tests/phase103_if_only_early_return_min.hako`expected: `7`, `2`
- VM smoke: `tools/smokes/v2/profiles/integration/apps/phase103_if_only_early_return_vm.sh`
- LLVM EXE smoke: `tools/smokes/v2/profiles/integration/apps/phase103_if_only_early_return_llvm_exe.sh`
## Next別フェーズ候補
### loop(true) + break-onlydigit scan など)