Traits§
- Alternative
- Helper trait for the [alternatives()] combinator.
Functions§
- alternative
- Returns the first alternative that matches in order.
- branch_
if - Executes the
condition
parser and if it match, discards its value and parsesthen
. - branch_
if_ else - Executes the
condition
parser. If it matches, discards its value and parsesthen
, otherwise parseselse
.