summaryrefslogtreecommitdiff
path: root/GF.cabal
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-09-08 08:40:28 +0000
committerkrasimir <krasimir@chalmers.se>2009-09-08 08:40:28 +0000
commit28a7c4b5c7659dc18166e06e914fb0a81c1c43bc (patch)
tree3d4a866f0fe37d8b45230581c44f459d7ac16e3d /GF.cabal
parent9940c44259fe3ee4501e324b4d1816a50d77fa37 (diff)
now the datatype Tree is only internal. All API functions are working with Expr directly. Commands gt, gr, p and rf filter out the output via the typechecker
Diffstat (limited to 'GF.cabal')
-rw-r--r--GF.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/GF.cabal b/GF.cabal
index f16c9b298..c40489a14 100644
--- a/GF.cabal
+++ b/GF.cabal
@@ -43,9 +43,9 @@ library
PGF.Parsing.FCFG.Utilities
PGF.Parsing.FCFG.Active
PGF.Parsing.FCFG.Incremental
- PGF.Parsing.FCFG
PGF.Expr
PGF.Type
+ PGF.Tree
PGF.PMCFG
PGF.Paraphrase
PGF.TypeCheck
@@ -160,6 +160,7 @@ executable gf
PGF.Data
PGF.Expr
PGF.Type
+ PGF.Tree
PGF.PMCFG
PGF.Macros
PGF.Generate
@@ -167,7 +168,6 @@ executable gf
PGF.BuildParser
PGF.Parsing.FCFG.Utilities
PGF.Parsing.FCFG.Active
- PGF.Parsing.FCFG
PGF.Binary
PGF.Paraphrase
PGF.TypeCheck