added function pgf_write

This commit is contained in:
Krasimir Angelov
2017-09-13 09:30:52 +02:00
parent 09e5278690
commit 3e55aa4424
3 changed files with 28 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ libpgf_la_SOURCES = \
pgf/literals.h \
pgf/reader.h \
pgf/reader.c \
pgf/writer.h \
pgf/writer.c \
pgf/linearizer.c \
pgf/typechecker.c \
pgf/reasoner.c \