Now switch delta exceptions parser to bison/flex combination.
commit2686fcef4dba85db29edf6789ba843cf6e765405
authorWerner Lemberg <wl@gnu.org>
Thu, 11 Sep 2014 18:29:07 +0000 (11 20:29 +0200)
committerWerner Lemberg <wl@gnu.org>
Thu, 11 Sep 2014 18:29:07 +0000 (11 20:29 +0200)
tree4a038a4b5ef86ac72ec8ce13d31872ec9b583da6
parent3ce2e1a26d81798779cae2b93955c120383b3377
Now switch delta exceptions parser to bison/flex combination.

The most important difference between the old and the new parser is that the
former was line-oriented while the latter is token-oriented (which is
better).  Additionally, it's very easy to extend the grammar now, something
we have to do very soon.

Most of the new code in `TA_deltas_parse_buffer' deals with nice error
message formatting, BTW.
lib/tadeltas.c
lib/tadeltas.h
lib/ttfautohint.c
lib/ttfautohint.h