Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
- Self type
-
given_ToExpr_Regex.type
Inherited and Abstract types
The names of the product elements.
The names of the product elements.
Attributes
- Inherited from:
- Mirror
The name of the type.
The name of the type.
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Alternation of a collection.
Alternation of a collection.
Attributes
Intersection of a collection.
Intersection of a collection.
Attributes
Concrete fields
Upper bound on quantifier bounds accepted by repeat. {n,m} is unfolded into an n- (or m-) sized chain of Concat nodes, so unbounded values would let a single malformed pattern build an unbounded/exponential AST. Real-world token patterns never need bounds anywhere near this size.
Upper bound on quantifier bounds accepted by repeat. {n,m} is unfolded into an n- (or m-) sized chain of Concat nodes, so unbounded values would let a single malformed pattern build an unbounded/exponential AST. Real-world token patterns never need bounds anywhere near this size.