Module diagnose

Module diagnose 

Source

Structs§

ParseDiagnostic
ParseError
An error than can occur only during parsing
ParseWarning
A warning.

Enums§

CharClassError
An error that relates to a character class
CharStringError
An error that relates to a character string
DeprecationError
An error that is returned when a deprecated feature is used
DeprecationWarning
A deprecation warning: Indicates that something shouldn’t be used anymore
LexErrorMsg
An error message for a token that is invalid in a pomsky expression.
NumberError
An error that relates to parsing a number
ParseDiagnosticKind
ParseErrorKind
An error kind (without a span) than can occur only during parsing
ParseWarningKind
A warning without a span pointing to the source of the warning
RepetitionError
An error indicating an invalid repetition, e.g. x{4,2}