summaryrefslogtreecommitdiff
path: root/src/PGF.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-10-13 16:41:21 +0000
committeraarne <aarne@cs.chalmers.se>2008-10-13 16:41:21 +0000
commit54f8fd9ec1930b84ef911f98406202c1e5183ade (patch)
tree6da6b155d57a2f9d162626f88ed521eb892a24ca /src/PGF.hs
parentfbc72e32304399d7ca01a2a36fa81f81fa244879 (diff)
added a paraphrase method applying def's in both directions, in subtrees, and step by step; doesn't work properly yet
Diffstat (limited to 'src/PGF.hs')
-rw-r--r--src/PGF.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PGF.hs b/src/PGF.hs
index 31801a54f..c078bf3bf 100644
--- a/src/PGF.hs
+++ b/src/PGF.hs
@@ -44,7 +44,7 @@ module PGF(
parse, canParse, parseAllLang, parseAll,
-- ** Evaluation
- tree2expr, expr2tree, compute,
+ tree2expr, expr2tree, compute, paraphrase,
-- ** Word Completion (Incremental Parsing)
complete,
@@ -59,6 +59,7 @@ import PGF.CId
import PGF.Linearize
import PGF.Generate
import PGF.AbsCompute
+import PGF.Paraphrase
import PGF.Macros
import PGF.Data
import PGF.Expr