Parser<List<List<String>>> lines() => ref0(records).starSeparated(string(newline)).map((list) => list.elements);