index
:
bibtex
master
[no description]
gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-06-21
Improving parser by factoring out a scanner
HEAD
master
Thibaut Horel
2016-03-15
Add crossref resolution, minor api changes, first template inspired by plain.bst
Thibaut Horel
2016-02-28
First example using the parsing library as a black box
Thibaut Horel
2016-02-28
More test data
Thibaut Horel
2016-02-28
Latex sanitizing
Thibaut Horel
2016-02-28
Make isLower a function for strings not tokens
Thibaut Horel
2016-02-28
Update tests to new interface
Thibaut Horel
2016-02-28
Parse tree now contains unflattened values
Thibaut Horel
2016-02-21
The panic/defer logic was not quite right
Thibaut Horel
2016-02-21
Add a few tests
Thibaut Horel
2016-02-21
Use panic/defer all the way through to simplify error bubbling
Thibaut Horel
2016-02-21
Fix bug in parser where it could get trapped in infinite loop
Thibaut Horel
2016-02-21
Warn about existing key as soon as it starts
Thibaut Horel
2016-02-21
Documentation cleanup
Thibaut Horel
2016-02-21
Add name parsing/formatting logic
Thibaut Horel
2016-02-15
Add some documentation on parsing BibTeX.
Thibaut Horel
2016-02-15
Add makefile and README to generate documentation of original implementation.
Thibaut Horel
2016-02-15
Add original bibtex implementation
Thibaut Horel
2016-02-15
Add test bib files
Thibaut Horel
2016-02-15
Initial commit, rough implmentation
Thibaut Horel