Expand description
A library to declaratively implement parsers that are based on Packrat Parsing.
Modules§
- components
- Basic components.
Structs§
- Parse
Error - Parse error.
- Parser
- Parser.
- Position
- Position (offset) in a text.
Traits§
- Parse
- This trait allows for parsing an item from text.
- Span
- This trait allows for representing a parsed item that has start and end positions in a text.