DelimitedCommaSeparatedList

struct DelimitedCommaSeparatedList<E> : Combinator where E : Combinator, E.Context == ParserState

A combinator that parses comma-separated lists of elements delimited by tokens on both ends.