Added on-demand parser generation back in. It's pretty unproblematic, and can help with memory use in some cases.

This commit is contained in:
bjorn
2008-10-20 14:05:39 +00:00
parent 5cbc5aeb9d
commit 05343e78a9
2 changed files with 13 additions and 1 deletions

View File

@@ -588,6 +588,10 @@ library
GF.Data.Assoc
GF.Data.ErrM
GF.Text.UTF8
-- needed only for the on demand generation of PMCFG
GF.Data.BacktrackM
GF.Compile.GenerateFCFG
GF.Compile.GeneratePMCFG
executable gf
build-depends: base,