many package:frisby
Parse many of something. Behaves like * in regexes. This eats as much
as it possibly can, if you want a minimal much rule, then use
manyUntil which stops when a.
Match one or more of something via maximal munch rule.
Parse many of something via the minimal munch rule. behaves like *? in
perl regexes. The final item is not consumed.