]> granicus.if.org Git - graphviz/commit
implement string mapping of expr parser's token table using Bison feature
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 14 Sep 2020 03:02:48 +0000 (20:02 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 20 Sep 2020 22:36:28 +0000 (15:36 -0700)
commit6ca590c9228520498f9a905dc13eee43563217f2
treef8bf82e8e788600449bb04d8c5c6ab87ff8e9c37
parent37ee115a779092feabd61ac11f1faec80b955783
implement string mapping of expr parser's token table using Bison feature

This removes some juggling to construct a string table of the tokens in the
expr parser, to replace it with native Bison functionality. Loosely related to
#1806.
.gitignore
lib/expr/Makefile.am
lib/expr/exeval.c
lib/expr/exlexname.c
lib/expr/exop.h [new file with mode: 0644]
lib/expr/exparse.y
windows/include/expr/exop.h [deleted file]