summaryrefslogtreecommitdiff
path: root/lib/citation/parse.ml
Commit message (Collapse)AuthorAgeFilesLines
* feat(citation): parse citations into structureLukasz Kasprzak2026-08-201-0/+110
The parsed form is a book and a LIST of chapter-parts: the data cites across chapters and lists disjoint verse ranges within one. Two rules the shipped data forces and that are not obvious: a semicolon-separated part may inherit the previous chapter rather than restate it, and a chapter may be separated from its verses by a comma.