Module chumsky::recovery[][src]

Expand description

Types and traits that facilitate error recovery.

Structs

A parser that includes a fallback recovery strategy should parsing result in an error.

Traits

A trait implemented by error recovery strategies.

Functions

A recovery strategy that searches for a start and end delimiter, respecting nesting.

A recovery mode that simply skips to the next input on parser failure and tries again, until reaching one of several inputs.