Expand description
The C2 reduction stub: the one shared format/parse module every placeholder-emitting reduction (A7-A10, and any future kind) goes through.
Normative grammar (D2, merging A4 + C2):
[sc-reduced <kind> <id>: <summary>]- Plain ASCII so the line survives conversion through any harness format without escaping.
<kind>is one of the strings below (mirrorssuper::ReductionKind).<id>matchesr\d{4}-[0-9a-f]{4}(seesuper::make_id).<summary>is one line and contains no].
Enums§
- Kind
- The stub
<kind>token: the wire vocabulary forReductionKind, kept as its own type because the grammar’s kind strings are a stable contract independent of the enum’s Rust variant names or field shapes.