abouttreesummaryrefslogcommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
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
{