nom-bibtex 0.6.0

BibTeX parser using nom
Documentation
@Comment{
    Inspired from:
    https://www.sharelatex.com/learn/Bibliography_management_with_bibtex
}

@preamble{ 
    "Why not a preamble" 
}

@string(donald="Donald Knuth")
@string(mass="Massachusetts")
@string{ alb = "Albert"}
@string{ ein = "Einstein"}
@string(ae = alb # " " # ein)
@string{alg = "Algebraic "}

@article{einstein,
    author =       ae,
    title =        "{Zur Elektrodynamik bewegter K{\"o}rper}. ({German})
        [{On} the electrodynamics of moving bodies]",
    journal =      "Annalen der Physik",
    volume =       "322",
    number =       10,
    pages =        "891--921",
    year =         "1905",
    DOI =          "http://dx.doi.org/10.1002/andp.19053221004"
}

@book{latexcompanion,
    author    = "Michel Goossens and Frank Mittelbach and Alexander Samarin",
    title     = "The \LaTeX\ Companion",
    year      = 1993,
    publisher = "Addison-Wesley",
    address   = "Reading, " # mass
}

@misc{knuthwebsite,
    author    = donald,
    title     = "Knuth: Computers and Typesetting",
    url       = "http://www-cs-faculty.stanford.edu/\~{}uno/abcde.html"
}

@book{kobayashi2014differential,
    publisher = {Princeton University Press},
    title = {Differential geometry of complex vector bundles},
    Author = {Kobayashi, Shoshichi},
    year = {2014},
}

@book{neukirch1999ant,
    author = {Neukirch, J{\"u}rgen},
    title = alg # {Number Theory},
    year = {1999},
    publisher = {Springer},
}