[a] list(Parser<a> parser, var ParseState st, Int n=0)
Arguments
parser: The parser to usest: The current parsing staten: The minimum number of items (default 0)
Usage
Parse a string into a list of n or more items. Items are separated by whitespace and an Exception will be thrown if fewer than n are found.