Module chumsky::recursive[][src]

Expand description

Recursive parsers (parser that include themselves within their patterns).

Structs

A parser that can be defined in terms of itself by separating its declaration from its definition.

Functions

Construct a recursive parser (i.e: a parser that may contain itself as part of its pattern).