summaryrefslogtreecommitdiffstats
path: root/parser.go
AgeCommit message (Collapse)Author
2019-06-21Improving parser by factoring out a scannerHEADmasterThibaut Horel
2016-03-15Add crossref resolution, minor api changes, first template inspired by plain.bstThibaut Horel
2016-02-28Parse tree now contains unflattened valuesThibaut Horel
2016-02-21The panic/defer logic was not quite rightThibaut Horel
2016-02-21Use panic/defer all the way through to simplify error bubblingThibaut Horel
2016-02-21Fix bug in parser where it could get trapped in infinite loopThibaut Horel
2016-02-21Warn about existing key as soon as it startsThibaut Horel
2016-02-15Initial commit, rough implmentationThibaut Horel