docs: update references after module splits

This commit is contained in:
2025-12-27 21:43:47 +09:00
parent 7ab042ca91
commit ed68e48ed1
23 changed files with 41 additions and 45 deletions

View File

@ -96,7 +96,7 @@ Used by (10 files):
│ (827 lines) │ │ Emitter │ │ Builder │
│ │ │ (956 lines) │ │ (493 lines) │
└───────────────┘ └──────────────┘ └──────────────────┘
carrier_info.rs carrier_update_emitter.rs inline_boundary_builder.rs
carrier_info.rs carrier_update_emitter inline_boundary_builder.rs
│ │ │
│ │ │
│ ▼ │
@ -123,7 +123,7 @@ Phase 227-228 Infrastructure:
Used by (7 files):
- inline_boundary.rs
- inline_boundary_builder.rs
- carrier_update_emitter.rs
- carrier_update_emitter
- loop_update_analyzer.rs
- loop_with_break_minimal.rs
- loop_with_continue_minimal.rs
@ -204,7 +204,7 @@ loop_with_break_minimal.rs (868 lines)
├─▶ condition_lowerer.rs (condition lowering)
├─▶ carrier_info.rs (carrier management)
├─▶ carrier_update_emitter.rs (update emission)
├─▶ carrier_update_emitter (update emission)
├─▶ inline_boundary.rs (exit bindings)
├─▶ inline_boundary_builder.rs (boundary construction)
├─▶ join_value_space.rs (ValueId allocation)
@ -286,7 +286,7 @@ join_value_space.rs (431 lines)
├─▶ Pattern 4 (loop_with_continue_minimal.rs)
├─▶ condition_lowerer.rs
├─▶ expr_lowerer.rs
└─▶ carrier_update_emitter.rs
└─▶ carrier_update_emitter
API:
- alloc_local() -> ValueId
@ -487,7 +487,7 @@ Replaces 5 modules with unified API:
CarrierManagerBox (NEW)
├─▶ carrier_info.rs (existing)
├─▶ carrier_update_emitter.rs (existing)
├─▶ carrier_update_emitter (existing)
├─▶ inline_boundary.rs (existing)
└─▶ scope_manager.rs (existing, Phase 231)