Module nom::branch

source · []
Expand description

Choice combinators

Traits

Helper trait for the alt() combinator.

Helper trait for the permutation() combinator.

Functions

Tests a list of parsers one by one until one succeeds.

Applies a list of parsers in any order.