Skip to content

Function: parseStageLabel()

parseStageLabel(label): ParsedStage

Defined in: aiui-lowering-pipeline/src/trace-stages.ts:344

Parse a trace-stage label into a ParsedStage. Total — never throws, always returns a variant (ParsedStage unknown for anything the vocabulary does not recognize). The match order encodes the reader ladder's precedence (templated forms before their exact/generic neighbours).

Parameters

label

string

Returns

ParsedStage