From b447cf1a047a6f6e1c4945e809bffa57c88a08af Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 13 Dec 2007 20:19:47 +0000 Subject: new GFCC concrete syntax in place everywhere --- src/GF/Command/Commands.hs | 2 +- src/GF/Command/Importing.hs | 1 - src/GF/Command/Interpreter.hs | 2 +- src/GF/Command/PPrTree.hs | 3 ++- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/GF/Command') diff --git a/src/GF/Command/Commands.hs b/src/GF/Command/Commands.hs index 43ac6074e..d8d77bc11 100644 --- a/src/GF/Command/Commands.hs +++ b/src/GF/Command/Commands.hs @@ -16,7 +16,7 @@ import GF.GFCC.ShowLinearize import GF.GFCC.API import GF.GFCC.Macros import GF.Devel.PrintGFCC -import GF.GFCC.AbsGFCC ---- +import GF.GFCC.DataGFCC ---- import GF.Command.ErrM ---- diff --git a/src/GF/Command/Importing.hs b/src/GF/Command/Importing.hs index 8a8cd55bf..676eec37f 100644 --- a/src/GF/Command/Importing.hs +++ b/src/GF/Command/Importing.hs @@ -5,7 +5,6 @@ import GF.Devel.GrammarToGFCC import GF.GFCC.OptimizeGFCC import GF.GFCC.CheckGFCC import GF.GFCC.DataGFCC -import GF.GFCC.ParGFCC import GF.GFCC.API import qualified GF.Command.AbsGFShell as C diff --git a/src/GF/Command/Interpreter.hs b/src/GF/Command/Interpreter.hs index fce0014db..ab6ee7f44 100644 --- a/src/GF/Command/Interpreter.hs +++ b/src/GF/Command/Interpreter.hs @@ -9,7 +9,7 @@ import GF.Command.PPrTree import GF.Command.ParGFShell import GF.GFCC.API import GF.GFCC.Macros -import GF.GFCC.AbsGFCC ---- +import GF.GFCC.DataGFCC import GF.Command.ErrM ---- diff --git a/src/GF/Command/PPrTree.hs b/src/GF/Command/PPrTree.hs index 7e1755bbc..2a3aff4da 100644 --- a/src/GF/Command/PPrTree.hs +++ b/src/GF/Command/PPrTree.hs @@ -1,6 +1,7 @@ module GF.Command.PPrTree (pTree, prExp, tree2exp) where -import GF.GFCC.AbsGFCC +import GF.GFCC.DataGFCC +import GF.GFCC.Raw.AbsGFCCRaw (CId (..)) import GF.GFCC.Macros import qualified GF.Command.ParGFShell as P import GF.Command.PrintGFShell -- cgit v1.2.3