A simple type checker in the C runtime. Dependent types are not supported yet but HOAS is implemented. The API is accessible from Python as well

This commit is contained in:
kr.angelov
2013-11-04 17:10:46 +00:00
parent 5683367818
commit 81ef6714db
5 changed files with 748 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ libpgf_la_SOURCES = \
pgf/reader.h \
pgf/reader.c \
pgf/linearizer.c \
pgf/typechecker.c \
pgf/reasoner.c \
pgf/printer.c \
pgf/graphviz.c \