entries method
Implementation
Parser<List<BibTeXEntry>> entries() => ref0(
entry,
).starSeparated(whitespace().star()).map((list) => list.elements);
Parser<List<BibTeXEntry>> entries() => ref0(
entry,
).starSeparated(whitespace().star()).map((list) => list.elements);