summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpeb <unknown>2005-03-02 13:22:53 +0000
committerpeb <unknown>2005-03-02 13:22:53 +0000
commit7b08eb7ffd5e82a793fe47cf764b1ce2f4d3a0ee (patch)
tree0a5b8fb9f98c6b6f7d62e7f36ca921b735a5f899 /src
parentd1a21f95620423997279f4fc7f981d919e33e40b (diff)
"Committed_by_peb"
Diffstat (limited to 'src')
-rw-r--r--src/GF/Compile/Compile.hs7
-rw-r--r--src/GF/Compile/ShellState.hs6
2 files changed, 7 insertions, 6 deletions
diff --git a/src/GF/Compile/Compile.hs b/src/GF/Compile/Compile.hs
index 3cbd680d8..729257f96 100644
--- a/src/GF/Compile/Compile.hs
+++ b/src/GF/Compile/Compile.hs
@@ -5,14 +5,15 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/02/18 19:21:08 $
+-- > CVS $Date: 2005/03/02 14:22:53 $
-- > CVS $Author: peb $
--- > CVS $Revision: 1.33 $
+-- > CVS $Revision: 1.34 $
--
-- The top-level compilation chain from source file to gfc\/gfr.
-----------------------------------------------------------------------------
-module Compile (compileModule, compileEnvShSt, compileOne
+module Compile (compileModule, compileEnvShSt, compileOne,
+ CompileEnv, TimedCompileEnv
) where
import Grammar
diff --git a/src/GF/Compile/ShellState.hs b/src/GF/Compile/ShellState.hs
index 1f9c71edd..4069e01ed 100644
--- a/src/GF/Compile/ShellState.hs
+++ b/src/GF/Compile/ShellState.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/02/24 11:46:34 $
+-- > CVS $Date: 2005/03/02 14:22:53 $
-- > CVS $Author: peb $
--- > CVS $Revision: 1.36 $
+-- > CVS $Revision: 1.37 $
--
-- (Description of the module)
-----------------------------------------------------------------------------
@@ -50,7 +50,7 @@ data ShellState = ShSt {
canModules :: CanonGrammar , -- ^ compiled abstracts and concretes
srcModules :: G.SourceGrammar , -- ^ saved resource modules
cfs :: [(Ident,CF)] , -- ^ context-free grammars
- pInfos :: [(Ident,Cnv.PInfo)], -- ^ parser information, peb 18\/6
+ pInfos :: [(Ident,Cnv.PInfo)], -- ^ parser information, peb 18\/6-04
morphos :: [(Ident,Morpho)], -- ^ morphologies
gloptions :: Options, -- ^ global options
readFiles :: [(FilePath,ModTime)],-- ^ files read