Module nyst::parser

source · []
Expand description

Pre-built parsers for convenience.

Structs

Parses the left parser and then the right parser, and then joins the result in a tuple.

A parser that uses a custom function.

A parser that always fails.

Parses and then ignores the result, still returning the units read.

Parses the given literal.

Parses the left parser and then the right parser, returning the first successful result.

Repeatedly applies a parser over a given range.

Enums

A simple container for either the left result or the right result.