Module parse

Source
Expand description

Simple general-purpose recursive-descent parser. Used for parsing strings in the CQL protocol.

Structs§

ParseError
An error that can occur during parsing.
ParserState
A utility class for building simple recursive-descent parsers.

Enums§

ParseErrorCause
Cause of the parsing error. Should be lightweight so that it can be quickly discarded.

Type Aliases§

ParseResult
Result of a parsing operation.