PegLabel¶
A label created at runtime from a rule name in a compiled PEG grammar. Unlike the primitive labels used in combinator-built parsers, these are class instances with string-based identity.
Implements¶
- Label val
Constructors¶
create¶
Parameters¶
- text': String val
Returns¶
- PegLabel val^
Public Functions¶
text¶
Returns¶
- String val