diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-07-08 19:45:49 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-07-08 19:45:49 +0000 |
| commit | 0222d2440c6b6246da2a5d8d397bb1d766419c0e (patch) | |
| tree | 1e9b6ac4f918c021e4c197b16fae8a63fce4a802 /src/runtime/c/Makefile.am | |
| parent | e0fe6d01c4b3ec1456f5124793bd1721bb0198fb (diff) | |
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
Diffstat (limited to 'src/runtime/c/Makefile.am')
| -rw-r--r-- | src/runtime/c/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
