Expand description
Types for different kinds of parsing failures.
Structs§
- Error
- Parse-related error type.
Enums§
- Error
Variant - Different kinds of parsing errors.
- Input
Location - Where an
Error
has occurred. - Line
ColLocation - Line/column where an
Error
has occurred.
Type Aliases§
- IsWhitespace
Fn - Function mapping string element to bool denoting whether it’s a whitespace defined by user.
- Rule
ToMessage Fn - Function mapping rule to its helper message defined by user.