Word description Return a parser for parsing the repetition of things that are separated by a certain symbol. For example, comma separated lists. 'items' is a parser that can parse the individual elements. 'separator' is a parser for the symbol that separatest them. The result tree of the resulting parser is an array of the parsed elements.