started on the typechecker

This commit is contained in:
krangelov
2021-11-19 10:39:06 +01:00
parent 1107b245da
commit fa1d7cf859
7 changed files with 212 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ libpgf_la_SOURCES = \
pgf/writer.h \
pgf/printer.cxx \
pgf/printer.h \
pgf/typechecker.cxx \
pgf/typechecker.h \
pgf/data.cxx \
pgf/data.h \
pgf/expr.cxx \