Files
hakorune/src
nyash-codex f71d58a46f refactor: Extract skip_ws lowerer from generic_case_a (Phase 2)
- Created skip_ws.rs with lower_case_a_skip_ws_with_scope() and helper
- Extracted 233 lines of skip_ws-specific lowering logic
- Added comprehensive module documentation
- Uses EntryFunctionBuilder from helper module
- ValueId allocation: entry(3000-3999), loop_step(4000-5999)

Size: 233 lines (extracted from 1,056-line monolith)

Ref: Phase 192 modularization effort
2025-12-05 21:33:49 +09:00
..