mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -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
|
module GF.Compile (batchCompile, compileToGFCC) where
|
||||||
|
|
||||||
-- the main compiler passes
|
-- the main compiler passes
|
||||||
import GF.Devel.GetGrammar
|
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
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
-- this module builds the internal GF grammar that is sent to the type checker
|
-- 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 GF.Data.Operations
|
||||||
import qualified GF.Source.ErrM as E
|
import qualified GF.Source.ErrM as E
|
||||||
Reference in New Issue
Block a user