Takes a parser and runs it zero or more times, returning the results as an array. If the parser is a capture parser, it returns the captures as an array in this form:
{ captures: <array of captures> } Copy
{ captures: <array of captures> }
parser to run
Generated using TypeDoc
Takes a parser and runs it zero or more times, returning the results as an array. If the parser is a capture parser, it returns the captures as an array in this form: