Structs§
- Parse
Diagnostic - Parse
Error - An error than can occur only during parsing
- Parse
Warning - A warning.
Enums§
- Char
Class Error - An error that relates to a character class
- Char
String Error - An error that relates to a character string
- Deprecation
Error - An error that is returned when a deprecated feature is used
- Deprecation
Warning - A deprecation warning: Indicates that something shouldn’t be used anymore
- LexError
Msg - An error message for a token that is invalid in a pomsky expression.
- Number
Error - An error that relates to parsing a number
- Parse
Diagnostic Kind - Parse
Error Kind - An error kind (without a span) than can occur only during parsing
- Parse
Warning Kind - A warning without a span pointing to the source of the warning
- Repetition
Error - An error indicating an invalid repetition, e.g.
x{4,2}