pub const MAX_PRE_EFFECTS: usize = 7;
Maximum pre-effects per Match instruction.
Pre-effect count is stored in 3 bits (max 7). When exceeded, overflow effects must be emitted in leading epsilon transitions.