[a] delimList(Parser<a> parser, var ParseState st, Parser<any> delim, Int n=0)
Arguments
parser: The parser to use for itemsst: The current parsing statedelim: The parser to use for delimitersn: The minimum number of items (default 0)
Usage
Parse a string into a list of n or more items. Items are separated by a string defined by the delim parser and an Exception will be thrown if fewer than n are found.