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