Module branch

Source
Expand description

Choice combinators

Macrosยง

alt_trait ๐Ÿ”’
alt_trait_impl ๐Ÿ”’
alt_trait_inner ๐Ÿ”’
permutation_trait ๐Ÿ”’
permutation_trait_impl ๐Ÿ”’
permutation_trait_inner ๐Ÿ”’

Structsยง

Choice
Wrapping structure for the alt() combinator implementation
Permutation
Wrapping structure for the permutation combinator implementation

Functionsยง

alt
Tests a list of parsers one by one until one succeeds.
permutation
Applies a list of parsers in any order.