Make a parser that returns all (1 or more) sequential matches of the same parser.
A nonmatch is returned if no single match was found.
Use many in case zero matches are allowed.
Implementation is based on ab and many.
A parser to apply repeatedly.
Generated using TypeDoc
Make a parser that returns all (1 or more) sequential matches of the same parser.
A nonmatch is returned if no single match was found.
Use many in case zero matches are allowed.
Implementation is based on ab and many.