mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
move GF.Devel.GetGrammar to GF.Compile.GetGrammar
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module GF.Compile (batchCompile, compileToGFCC) where
|
||||
|
||||
-- the main compiler passes
|
||||
import GF.Devel.GetGrammar
|
||||
import GF.Compile.GetGrammar
|
||||
import GF.Compile.Extend
|
||||
import GF.Compile.Rebuild
|
||||
import GF.Compile.Rename
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
-- this module builds the internal GF grammar that is sent to the type checker
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module GF.Devel.GetGrammar where
|
||||
module GF.Compile.GetGrammar where
|
||||
|
||||
import GF.Data.Operations
|
||||
import qualified GF.Source.ErrM as E
|
||||
Reference in New Issue
Block a user