MAX_PRE_EFFECTS

Constant MAX_PRE_EFFECTS 

Source
pub const MAX_PRE_EFFECTS: usize = 7;
Expand description

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.