Module chumsky::error[][src]

Expand description

Error types, traits and utilities.

Structs

A minimal error type that tracks only the error span and label. This type is most useful when you want fast parsing but do not particularly care about the quality of error messages.

A simple default error type that tracks error spans, expected patterns, and the input found at an error site.

Enums

A simple default input pattern that allows describing inputs and input patterns in error messages. A type representing possible reasons for an error

Traits

A trait that describes parser error types.