Defines a TokenParser that will match parser as many times as possible in a row.
parser
A new TokenParser that will match parser as many times as possible.
The parser to be matched.
Defines a TokenParser that will match
parser
as many times as possible in a row.Returns
A new TokenParser that will match
parser
as many times as possible.