mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
move GFCCtoHaskell and GFCCtoJS to GF.GFCC.*
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
-- AR 11/11/1999 -- 7/12/2000 -- 18/5/2004
|
-- AR 11/11/1999 -- 7/12/2000 -- 18/5/2004
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module GF.Devel.GFCCtoHaskell (grammar2haskell, grammar2haskellGADT) where
|
module GF.GFCC.GFCCtoHaskell (grammar2haskell, grammar2haskellGADT) where
|
||||||
|
|
||||||
import GF.GFCC.Macros
|
import GF.GFCC.Macros
|
||||||
import GF.GFCC.DataGFCC
|
import GF.GFCC.DataGFCC
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
module GF.Devel.GFCCtoJS (gfcc2js) where
|
module GF.GFCC.GFCCtoJS (gfcc2js) where
|
||||||
|
|
||||||
import qualified GF.GFCC.Macros as M
|
import qualified GF.GFCC.Macros as M
|
||||||
import qualified GF.GFCC.DataGFCC as D
|
import qualified GF.GFCC.DataGFCC as D
|
||||||
@@ -3,8 +3,8 @@ module GF.GFCC.PrintGFCC where
|
|||||||
import GF.GFCC.DataGFCC (GFCC)
|
import GF.GFCC.DataGFCC (GFCC)
|
||||||
import GF.GFCC.Raw.ConvertGFCC (fromGFCC)
|
import GF.GFCC.Raw.ConvertGFCC (fromGFCC)
|
||||||
import GF.GFCC.Raw.PrintGFCCRaw (printTree)
|
import GF.GFCC.Raw.PrintGFCCRaw (printTree)
|
||||||
import GF.Devel.GFCCtoHaskell
|
import GF.GFCC.GFCCtoHaskell
|
||||||
import GF.Devel.GFCCtoJS
|
import GF.GFCC.GFCCtoJS
|
||||||
import GF.Text.UTF8
|
import GF.Text.UTF8
|
||||||
|
|
||||||
-- top-level access to code generation
|
-- top-level access to code generation
|
||||||
|
|||||||
Reference in New Issue
Block a user