cex: factor the handling of graphical symbols

* src/glyphs.h, src/glyphs.c: New.
This commit is contained in:
Akim Demaille
2020-07-15 07:24:48 +02:00
parent 4d18195ebc
commit 346ba14f15
5 changed files with 124 additions and 2 deletions

View File

@@ -53,6 +53,8 @@ src_bison_SOURCES = \
src/flex-scanner.h \
src/getargs.c \
src/getargs.h \
src/glyphs.c \
src/glyphs.h \
src/gram.c \
src/gram.h \
src/graphviz.c \