Make a Matcher that matches 0 or more values interleaved with separators.
A match with an empty array is returned if no single value was matched.
Implementation is based on eitherOr , sepBy1 and emit.
A parser for values.
A parser for separators.
Make a Matcher that matches 0 or more values interleaved with separators.
A match with an empty array is returned if no single value was matched.
Implementation is based on eitherOr , sepBy1 and emit.