1
0
forked from GitHub/gf-core

move GF.Devel.Optimize to GF.Compile.Optimize

This commit is contained in:
kr.angelov
2008-05-22 13:09:08 +00:00
parent 9d6c383c07
commit fd1a216fb2
2 changed files with 3 additions and 3 deletions

View File

@@ -5,13 +5,13 @@ import GF.Compile.GetGrammar
import GF.Compile.Extend
import GF.Compile.Rebuild
import GF.Compile.Rename
import GF.Grammar.Refresh
import GF.Devel.CheckGrammar
import GF.Devel.Optimize
import GF.Compile.Optimize
import GF.Devel.OptimizeGF
import GF.Devel.GrammarToGFCC
import GF.Grammar.Grammar
import GF.Grammar.Refresh
import GF.Infra.Ident
import GF.Infra.Option
import GF.Infra.CompactPrint

View File

@@ -13,7 +13,7 @@
-- Top-level partial evaluation for GF source modules.
-----------------------------------------------------------------------------
module GF.Devel.Optimize (optimizeModule) where
module GF.Compile.Optimize (optimizeModule) where
import GF.Grammar.Grammar
import GF.Infra.Ident