diff options
| author | peb <unknown> | 2005-03-21 21:31:43 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-03-21 21:31:43 +0000 |
| commit | 531be3a72e938f2360d312c7fd9cd173e5442594 (patch) | |
| tree | 7857722b476b4091e600301525f394b98e886095 /src/GF/Parsing/ParseCFG.hs | |
| parent | 75d228629a267da1be6c26a6fb13a14f3da0f7c2 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Parsing/ParseCFG.hs')
| -rw-r--r-- | src/GF/Parsing/ParseCFG.hs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/GF/Parsing/ParseCFG.hs b/src/GF/Parsing/ParseCFG.hs index 1005d5656..c613ca312 100644 --- a/src/GF/Parsing/ParseCFG.hs +++ b/src/GF/Parsing/ParseCFG.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 14:17:42 $ +-- > CVS $Date: 2005/03/21 22:31:51 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Revision: 1.2 $ -- -- Main parsing module for context-free grammars ----------------------------------------------------------------------------- @@ -16,10 +16,10 @@ module GF.Parsing.ParseCFG (parse) where import Char (toLower) -import GF.Parsing.Parser -import GF.Conversion.CFGrammar -import qualified GF.Parsing.CFParserGeneral as PGen -import qualified GF.Parsing.CFParserIncremental as PInc +import GF.Parsing.Utilities +import GF.Parsing.CFGrammar +import qualified GF.Parsing.ParseCFG.General as PGen +import qualified GF.Parsing.ParseCFG.Incremental as PInc parse :: (Ord n, Ord c, Ord t, Show t) => |
