Module winnow::branch

source ·
Expand description

Choice combinators

Macros

match for parsers

Traits

Helper trait for the alt() combinator.
Helper trait for the permutation() combinator.

Functions

Pick the first successful parser
Applies a list of parsers in any order.