implemented functionType and marshalling for types and expressions

This commit is contained in:
krangelov
2021-08-10 15:07:41 +02:00
parent 7b5669a333
commit a5008c2fe1
11 changed files with 329 additions and 193 deletions

View File

@@ -16,6 +16,7 @@ libpgf_la_SOURCES = \
pgf/reader.cxx \
pgf/reader.h \
pgf/data.h \
pgf/expr.cxx \
pgf/expr.h \
pgf/namespace.h