summaryrefslogtreecommitdiff
path: root/src/GF/Parsing/ParseMCFG.hs
diff options
context:
space:
mode:
authorpeb <unknown>2005-03-21 21:31:43 +0000
committerpeb <unknown>2005-03-21 21:31:43 +0000
commit531be3a72e938f2360d312c7fd9cd173e5442594 (patch)
tree7857722b476b4091e600301525f394b98e886095 /src/GF/Parsing/ParseMCFG.hs
parent75d228629a267da1be6c26a6fb13a14f3da0f7c2 (diff)
"Committed_by_peb"
Diffstat (limited to 'src/GF/Parsing/ParseMCFG.hs')
-rw-r--r--src/GF/Parsing/ParseMCFG.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/GF/Parsing/ParseMCFG.hs b/src/GF/Parsing/ParseMCFG.hs
index 4afc44bb7..296a4d4d0 100644
--- a/src/GF/Parsing/ParseMCFG.hs
+++ b/src/GF/Parsing/ParseMCFG.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/03/21 14:17:43 $
+-- > CVS $Date: 2005/03/21 22:31:52 $
-- > CVS $Author: peb $
--- > CVS $Revision: 1.1 $
+-- > CVS $Revision: 1.2 $
--
-- Main module for MCFG parsing
-----------------------------------------------------------------------------
@@ -16,9 +16,9 @@
module GF.Parsing.ParseMCFG (parse) where
import Char (toLower)
-import GF.Parsing.Parser
-import GF.Conversion.MCFGrammar
-import qualified GF.Parsing.MCFParserBasic as PBas
+import GF.Parsing.Utilities
+import GF.Parsing.MCFGrammar
+import qualified GF.Parsing.ParseMCFG.Basic as PBas
import GF.Printing.PrintParser
---- import qualified MCFParserBasic2 as PBas2 -- file not found AR
@@ -30,7 +30,7 @@ parse str = decodeParser (map toLower str)
decodeParser "b" = PBas.parse
---- decodeParser "c" = PBas2.parse
-decodeParser _ = decodeParser "c"
+decodeParser _ = decodeParser "b"