Expand description
A collection of facilities required by perplex-generated parsers.
Structs§
- Iter
Input - A wrapper for using iterators as parser input.
- Parser
Machine - A parser state machine.
Enums§
- Symbol
- A symbol on the parse stack.
Traits§
- Parser
- A parser that can be passed to generated states.
- Parser
Input - An stream of tokens that can be used as parser input.
- State
Space - A description of a parser’s state space.