Open cuihtlauac opened 2 years ago
@Octachron which is your library for parsing Bibtex? I only know about bibtex2html, and it would be nice to have something that just does the parsing and not the HTML rendering.
My library is there: https://github.com/Octachron/talaria_bibtex. The parser was only tested to cover my own need (which is why the library is not (yet?) published on opam), but it should be easily extensible.
Thanks! I'll try that out for my own bibtex parsing needs as well and open PRs with any changes. Nice use of the open record syntax for accessing fields...
@Octachron idea, see: https://github.com/ocaml/ocaml.org/pull/647#issuecomment-1332414522
bibtex is the academic standard; using it would streamline the process and reduce the risk of errors.
@Octachron wrote:
@cuihtlauac wrote:
@Octachron wrote: