summaryrefslogtreecommitdiff
path: root/GF.cabal
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-12-14 10:54:22 +0000
committerkrasimir <krasimir@chalmers.se>2009-12-14 10:54:22 +0000
commitc036459214852ca01868f5da81408f49b22a49e9 (patch)
tree72a767680911cba272a033b07fc750c0d4f1d0d3 /GF.cabal
parentfaa638d6fc5dbc47d5e3ef3d4da42449005c3a0d (diff)
remove the old parsing code and the -erasing=on flag
Diffstat (limited to 'GF.cabal')
-rw-r--r--GF.cabal10
1 files changed, 1 insertions, 9 deletions
diff --git a/GF.cabal b/GF.cabal
index 871f38b89..9c26e52d4 100644
--- a/GF.cabal
+++ b/GF.cabal
@@ -39,10 +39,7 @@ library
PGF.Macros
PGF.Generate
PGF.Linearize
- PGF.BuildParser
- PGF.Parsing.FCFG.Utilities
- PGF.Parsing.FCFG.Active
- PGF.Parsing.FCFG.Incremental
+ PGF.Parse
PGF.Expr
PGF.Type
PGF.Tree
@@ -66,7 +63,6 @@ library
GF.Infra.Option
GF.Data.ErrM
GF.Data.BacktrackM
- GF.Compile.GenerateFCFG
GF.Compile.GeneratePMCFG
-- not really part of GF but I have changed the original binary library
-- and we have to keep the copy for now.
@@ -106,7 +102,6 @@ executable gf
GF.Data.Utilities
GF.Data.SortedList
GF.Data.Assoc
- GF.Compile.GenerateFCFG
GF.Data.ErrM
GF.Data.Operations
GF.Infra.Ident
@@ -169,9 +164,6 @@ executable gf
PGF.Macros
PGF.Generate
PGF.Linearize
- PGF.BuildParser
- PGF.Parsing.FCFG.Utilities
- PGF.Parsing.FCFG.Active
PGF.Binary
PGF.Paraphrase
PGF.TypeCheck