summaryrefslogtreecommitdiffstats
path: root/parser.go
AgeCommit message (Collapse)Author
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