Make a parser that matches 1 or more values interleaved with separators.
A nonmatch is returned if no single value was matched.
Implementation is based on ab, many and right.
A parser for values.
A parser for separators.
Make a parser that matches 1 or more values interleaved with separators.
A nonmatch is returned if no single value was matched.
Implementation is based on ab, many and right.