summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/Tokenize.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/UseGrammar/Tokenize.hs')
-rw-r--r--src/GF/UseGrammar/Tokenize.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/GF/UseGrammar/Tokenize.hs b/src/GF/UseGrammar/Tokenize.hs
index da4d419b3..6a8119ac0 100644
--- a/src/GF/UseGrammar/Tokenize.hs
+++ b/src/GF/UseGrammar/Tokenize.hs
@@ -5,15 +5,15 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/04/04 17:29:18 $
--- > CVS $Author: aarne $
--- > CVS $Revision: 1.12 $
+-- > CVS $Date: 2005/04/21 16:23:52 $
+-- > CVS $Author: bringert $
+-- > CVS $Revision: 1.13 $
--
-- lexers = tokenizers, to prepare input for GF grammars. AR 4\/1\/2002.
-- an entry for each is included in 'Custom.customTokenizer'
-----------------------------------------------------------------------------
-module Tokenize ( tokWords,
+module GF.UseGrammar.Tokenize ( tokWords,
tokLits,
tokVars,
lexHaskell,
@@ -24,11 +24,11 @@ module Tokenize ( tokWords,
lexTextLiteral,
) where
-import Operations
+import GF.Data.Operations
---- import UseGrammar (isLiteral,identC)
-import CFIdent
+import GF.CF.CFIdent
-import Char
+import Data.Char
-- lexers = tokenizers, to prepare input for GF grammars. AR 4/1/2002
-- an entry for each is included in Custom.customTokenizer