Expand description
Parser rules, which can be pushed into a BBParser mid-iteration to change how parsing behaves.
Modules§
Enums§
- Represents an action a parser rule can take every BBParser::next call.
Traits§
- Provides the common API for parser rules, allowing the programmer to modify parsing behavior.
- Wrapper over parse rules to make them object safe, can’t be implemented by end users.