Takes a parser, runs it n times, and returns the results as an array. If it cannot run the parser n times, it fails without consuming input.
number of times to run the parser
parser to run
num
Generated using TypeDoc
Takes a parser, runs it n times, and returns the results as an array. If it cannot run the parser n times, it fails without consuming input.