Expand description
Stage orchestration: parse → light-normalize → transformers → full-normalize → generator → output guard.
The driver collects all diagnostics from a stage before deciding
whether to halt. The default policy halts before the next stage if the
preceding stage produced any error-severity diagnostics.
Structs§
Enums§
- Pipeline
Error - Stage
Policy - Halt-on-error policy. Default halts the pipeline before the next stage
if the preceding stage produced any
error-severity diagnostics.
Functions§
- run
- Run the configured pipeline.