Module parse_error

Module parse_error 

Source

Structs§

PEGParseError
A parsing error represents a single error that occurred during parsing. The parsing error occurs at a certain position in a file, represented by the span. The parsing error consists of multiple ParseErrorSub, which each represent a single thing that went wrong at this position.

Enums§

Expect
Represents a single thing that went wrong at this position.