[][src]Module nom::branch

choice combinators

Traits

Alt

helper trait for the [alt()] combinator

Permutation

helper trait for the [permutation()] combinator

Functions

alt

tests a list of parsers one by one until one succeeds

permutation

applies a list of parsers in any order