Parser<List<String>> records() => ref0(field).starSeparated(char(delimiter)).map((list) => list.elements);