added a paraphrase method applying def's in both directions, in subtrees, and step by step; doesn't work properly yet

This commit is contained in:
aarne
2008-10-13 16:41:21 +00:00
parent a643cc522d
commit 8abf7f5c8a
3 changed files with 108 additions and 2 deletions

View File

@@ -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