From 0222d2440c6b6246da2a5d8d397bb1d766419c0e Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 8 Jul 2014 19:45:49 +0000 Subject: implemented computing with abstract syntax trees. It passes all test cases except those that require def rules. The design is consistent with the STG virtual machine --- src/runtime/c/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime/c/Makefile.am') diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am index a9fd75ecb..75bd0a253 100644 --- a/src/runtime/c/Makefile.am +++ b/src/runtime/c/Makefile.am @@ -80,6 +80,7 @@ libpgf_la_SOURCES = \ pgf/linearizer.c \ pgf/typechecker.c \ pgf/reasoner.c \ + pgf/evaluator.c \ pgf/printer.c \ pgf/graphviz.c \ pgf/pgf.c \ -- cgit v1.2.3