summaryrefslogtreecommitdiff
path: root/src/GF/Devel/Compile/GetGrammar.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-12-07 20:47:58 +0000
committeraarne <aarne@cs.chalmers.se>2007-12-07 20:47:58 +0000
commitd9521d2f4c8fa0eb515beefbe07bab4d16b6a543 (patch)
tree7b9624d9bf158f0518f9ebd2fd5f914a9ce13180 /src/GF/Devel/Compile/GetGrammar.hs
parent8437e6d29573211a2218444d541c09d4eed3898e (diff)
restructured some of the new GF format; modules now in place up to gfo generation
Diffstat (limited to 'src/GF/Devel/Compile/GetGrammar.hs')
-rw-r--r--src/GF/Devel/Compile/GetGrammar.hs11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/GF/Devel/Compile/GetGrammar.hs b/src/GF/Devel/Compile/GetGrammar.hs
index 493a35de2..b90bd912c 100644
--- a/src/GF/Devel/Compile/GetGrammar.hs
+++ b/src/GF/Devel/Compile/GetGrammar.hs
@@ -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 ----