mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
"Committed_by_peb"
This commit is contained in:
@@ -5,14 +5,15 @@
|
|||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/02/18 19:21:08 $
|
-- > CVS $Date: 2005/03/02 14:22:53 $
|
||||||
-- > CVS $Author: peb $
|
-- > CVS $Author: peb $
|
||||||
-- > CVS $Revision: 1.33 $
|
-- > CVS $Revision: 1.34 $
|
||||||
--
|
--
|
||||||
-- The top-level compilation chain from source file to gfc\/gfr.
|
-- The top-level compilation chain from source file to gfc\/gfr.
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module Compile (compileModule, compileEnvShSt, compileOne
|
module Compile (compileModule, compileEnvShSt, compileOne,
|
||||||
|
CompileEnv, TimedCompileEnv
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Grammar
|
import Grammar
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date: 2005/02/24 11:46:34 $
|
-- > CVS $Date: 2005/03/02 14:22:53 $
|
||||||
-- > CVS $Author: peb $
|
-- > CVS $Author: peb $
|
||||||
-- > CVS $Revision: 1.36 $
|
-- > CVS $Revision: 1.37 $
|
||||||
--
|
--
|
||||||
-- (Description of the module)
|
-- (Description of the module)
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
@@ -50,7 +50,7 @@ data ShellState = ShSt {
|
|||||||
canModules :: CanonGrammar , -- ^ compiled abstracts and concretes
|
canModules :: CanonGrammar , -- ^ compiled abstracts and concretes
|
||||||
srcModules :: G.SourceGrammar , -- ^ saved resource modules
|
srcModules :: G.SourceGrammar , -- ^ saved resource modules
|
||||||
cfs :: [(Ident,CF)] , -- ^ context-free grammars
|
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
|
morphos :: [(Ident,Morpho)], -- ^ morphologies
|
||||||
gloptions :: Options, -- ^ global options
|
gloptions :: Options, -- ^ global options
|
||||||
readFiles :: [(FilePath,ModTime)],-- ^ files read
|
readFiles :: [(FilePath,ModTime)],-- ^ files read
|
||||||
|
|||||||
Reference in New Issue
Block a user