new files

This commit is contained in:
Brandon Taylor 2017-07-31 14:17:41 -04:00
parent 352997ae86
commit 1c31cd6795
2 changed files with 1680 additions and 0 deletions

1674
example/examples.bib Normal file

File diff suppressed because it is too large Load Diff

6
test/benchmark.jl Normal file
View File

@ -0,0 +1,6 @@
const file = joinpath((@__FILE__) |> dirname |> dirname, "example", "examples.bib") |> readstring
using BenchmarkTools
using BibTeX
@benchmark parse_bibtex(file)