aboutsummaryrefslogtreecommitdiff
path: root/lib/coqProject_file.ml
AgeCommit message (Collapse)Author
2018-06-27Slightly less crazy parsing algorithm for CoqProject_file.Pierre-Marie Pédrot
We use a buffer instead of O(n) appending to a string, and we also make the parser tail-call.
2018-06-27Turn CoqProject_file into a normal OCaml file.Pierre-Marie Pédrot