Module branch

Source
Expand description

Choice combinators

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.