elements method

Parser elements()

Implementation

Parser elements() =>
    ref0(value).separatedBy(ref1(token, ','), includeSeparators: false);