Module chumsky::primitive[][src]

Expand description

Parser primitives that accept specific token patterns.

Structs

Functions

A parser that accepts any token (but not the end of input).

A parser that accepts only the end of input.

A parser that accepts only tokens that match the given predicate.

A parser that accepts a token and tests it against the given fallible function.

A parser that accepts only the given token.

A parser that accepts any token that is not in a sequence of specific tokens.

A parser that accepts one of a sequence of specific tokens.

A parser that accepts only a sequence of specific tokens.

Type Definitions

See any.