1
0
forked from GitHub/gf-core

move GF.Devel.CheckGrammar to GF.Compile.CheckGrammar

This commit is contained in:
kr.angelov
2008-05-22 13:15:45 +00:00
parent fd1a216fb2
commit 54e47edb5d
3 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ import GF.Compile.GetGrammar
import GF.Compile.Extend import GF.Compile.Extend
import GF.Compile.Rebuild import GF.Compile.Rebuild
import GF.Compile.Rename import GF.Compile.Rename
import GF.Devel.CheckGrammar import GF.Compile.CheckGrammar
import GF.Compile.Optimize import GF.Compile.Optimize
import GF.Devel.OptimizeGF import GF.Devel.OptimizeGF
import GF.Devel.GrammarToGFCC import GF.Devel.GrammarToGFCC

View File

@@ -21,7 +21,7 @@
-- - tables are type-annotated -- - tables are type-annotated
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
module GF.Devel.CheckGrammar ( module GF.Compile.CheckGrammar (
showCheckModule, justCheckLTerm, allOperDependencies, topoSortOpers) where showCheckModule, justCheckLTerm, allOperDependencies, topoSortOpers) where
import GF.Grammar.Grammar import GF.Grammar.Grammar

View File

@@ -25,9 +25,8 @@ import GF.Grammar.Predef
import GF.Grammar.Refresh import GF.Grammar.Refresh
import GF.Devel.Compute import GF.Devel.Compute
import GF.Compile.BackOpt import GF.Compile.BackOpt
import GF.Devel.CheckGrammar import GF.Compile.CheckGrammar
import GF.Compile.Update import GF.Compile.Update
--import GF.Compile.Evaluate
import GF.Data.Operations import GF.Data.Operations
import GF.Infra.CheckM import GF.Infra.CheckM