Matches any character except EOI.
Matches any character except EOI.
Matches the EOI (end-of-input) character.
Matches no character (i.
Matches no character (i.e. doesn't cause the parser to make any progress) but succeeds always (as a rule).
A rule that always fails.
Matches any single one of the given characters.
Matches any single one of the given characters.
Matches the given single character.
Matches the given single character.
Matches a character and pushes the associated value.
Matches a character and pushes the associated value.
Matches the given string of characters case insensitively.
Matches the given string of characters case insensitively. Note: the given string must be specified in all lower-case! This requirement is currently NOT enforced!
Matches the given single character case insensitively.
Matches the given single character case insensitively. Note: the given character must be specified in lower-case! This requirement is currently NOT enforced!
Matches any single character except the ones in the given string and except EOI.
Matches any single character except the ones in the given string and except EOI.
Matches any (single) character matched by the given CharPredicate.
Matches any (single) character matched by the given CharPredicate.
Matches the given string of characters.
Matches the given string of characters.
Matches a string and pushes the associated value.
Matches a string and pushes the associated value.
Matches any of the given maps keys and pushes the respective value upon a successful match.
Matches any of the given maps keys and pushes the respective value upon a successful match.