From 542dcaa0ec7fe63f1fce0a4507c2174ec28b48d6 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 19 Apr 2013 10:57:46 +0000 Subject: the C runtime and the Python binding now have an API for parser evaluation. The API computes PARSEVAL and Exact Match for a given tree. As a side effect the abstract trees in Python are now compared for equality by value and not by reference --- 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 4b22ba745..cfef382e6 100644 --- a/src/runtime/c/Makefile.am +++ b/src/runtime/c/Makefile.am @@ -104,6 +104,7 @@ libpgf_la_SOURCES = \ pgf/expr.h \ pgf/parser.c \ pgf/parser.h \ + pgf/parseval.c \ pgf/lexer.c \ pgf/lexer.h \ pgf/literals.c \ -- cgit v1.2.3