mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-23 10:11:07 -06:00
restructured some of the new GF format; modules now in place up to gfo generation
This commit is contained in:
@@ -15,17 +15,18 @@
|
||||
module GF.Devel.Compile.GetGrammar where
|
||||
|
||||
import GF.Devel.UseIO
|
||||
import GF.Devel.Grammar.Modules
|
||||
import GF.Devel.Grammar.Grammar
|
||||
import GF.Devel.Grammar.Construct
|
||||
----import GF.Devel.PrGrammar
|
||||
import GF.Devel.Grammar.SourceToGF
|
||||
import GF.Devel.Compile.SourceToGF
|
||||
---- import Macros
|
||||
---- import Rename
|
||||
--- import Custom
|
||||
import GF.Devel.Grammar.ParGF
|
||||
import qualified GF.Devel.Grammar.LexGF as L
|
||||
import GF.Devel.Compile.ParGF
|
||||
import qualified GF.Devel.Compile.LexGF as L
|
||||
|
||||
import GF.Data.Operations
|
||||
import qualified GF.Devel.Grammar.ErrM as E ----
|
||||
import qualified GF.Devel.Compile.ErrM as E ----
|
||||
import GF.Infra.Option ----
|
||||
import GF.Devel.ReadFiles ----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user