pub const MAX_REPEAT: u32 = 255;
The maxium repititions in + and * rules. This can be overriden with explicit range rules, e.g. "3"{0,2345678} repeats up to 2345678 "3"s.
+
*
"3"{0,2345678}
"3"