X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/17860defa84c6d8bc0e8bc088a7e09361f17db07..9610ce88f0b753db81014a053bd3c6d79471c90c:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 3523cdf..6792e83 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,6 +7,7 @@ #include "toc.h" #include "repr.h" #include "repr_get.h" +#include "generic.h" //#include "check.h" using namespace antlr4; @@ -35,6 +36,7 @@ int main(int argc, const char * argv[]) //std::cout << "Parse Tree: " << s << std::endl; Program prg = getProgram(prog, nullptr); + instantiateGenerics(prg); try {