BibParser is a Julia package for parsing different bibliographic formats. The output are entries following the BibParser.jl structures. Instead of rewriting from scratch existing (and efficient) parsers in Julia, it is preferable to import them.
This package is not meant to be used on its own. Please check Bibliography.jl for a package handling both import/export from various bibliographic formats.
The output of an example parsing a BibTeX file can be found at baffier.fr/publications.html.
A new parser is in used since v0.1.12
. It is almost complete. Currently missing features follow:
- Applying the LaTeX commands from
@preamble
s entries to other entries - Storing
@preamble
,@string
,@comment
, and free text to enable the reconstruction of the original.bib
file - Optional transformation of Unicode <-> LaTeX characters
Ongoing work.
This implementation follows similar parsers: cff-converter-python and ruby-cff.