Humans-of-Julia / BibParser.jl

Parser for bibliographic formats, including BibTeX, in pure Julia
MIT License
13 stars 4 forks source link

Errors handling #15

Closed Azzaare closed 3 years ago

Azzaare commented 3 years ago

This PR fix (roughly) the treatment of BibTeX errors.

Errors are printed as warning, and the parser moves to the next entry.