pretty printing for expressions and types

This commit is contained in:
krangelov
2021-08-26 15:46:16 +02:00
parent 07bda06fb2
commit 275addfcbe
11 changed files with 572 additions and 11 deletions

View File

@@ -15,6 +15,8 @@ libpgf_la_SOURCES = \
pgf/pgf.cxx \
pgf/reader.cxx \
pgf/reader.h \
pgf/printer.cxx \
pgf/printer.h \
pgf/data.h \
pgf/expr.cxx \
pgf/expr.h \