Module winnow::sequence

source ·
Expand description

Combinators applying parsers in sequence

Functions

Apply three parsers, only returning the output of the second.
Apply two parsers, only returning the output from the second.
Apply three parsers, only returning the values of the first and third.
Apply two parsers, only returning the output of the first.