Expand description
Simple general-purpose recursive-descent parser. Used for parsing strings in the CQL protocol.
Structs§
- Parse
Error - An error that can occur during parsing.
- Parser
State - A utility class for building simple recursive-descent parsers.
Enums§
- Parse
Error Cause - Cause of the parsing error. Should be lightweight so that it can be quickly discarded.
Type Aliases§
- Parse
Result - Result of a parsing operation.