mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
"Committed_by_peb"
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : (Module)
|
-- Module : BatchTranslate
|
||||||
-- Maintainer : (Maintainer)
|
-- Maintainer : Aarne Ranta
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : (Module)
|
-- Module : GrammarToHaskell
|
||||||
-- Maintainer : (Maintainer)
|
-- Maintainer : Aarne Ranta
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : (Module)
|
-- Module : IOGrammar
|
||||||
-- Maintainer : (Maintainer)
|
-- Maintainer : Aarne Ranta
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
@@ -12,7 +12,8 @@
|
|||||||
-- for reading grammars and terms from strings and files
|
-- for reading grammars and terms from strings and files
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module IOGrammar where
|
module IOGrammar (shellStateFromFiles,
|
||||||
|
getShellStateFromFiles) where
|
||||||
|
|
||||||
import Abstract
|
import Abstract
|
||||||
import qualified GFC
|
import qualified GFC
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : (Module)
|
-- Module : MyParser
|
||||||
-- Maintainer : (Maintainer)
|
-- Maintainer : Peter Ljunglöf
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
-- > CVS $Author $
|
-- > CVS $Author $
|
||||||
-- > CVS $Revision $
|
-- > CVS $Revision $
|
||||||
--
|
--
|
||||||
-- template to define your own parser
|
-- template to define your own parser (obsolete?)
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
module MyParser (myParser) where
|
module MyParser (myParser) where
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : (Module)
|
-- Module : Share
|
||||||
-- Maintainer : (Maintainer)
|
-- Maintainer : AR
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -1,16 +1,3 @@
|
|||||||
----------------------------------------------------------------------
|
|
||||||
-- |
|
|
||||||
-- Module : (Module)
|
|
||||||
-- Maintainer : (Maintainer)
|
|
||||||
-- Stability : (stable)
|
|
||||||
-- Portability : (portable)
|
|
||||||
--
|
|
||||||
-- > CVS $Date $
|
|
||||||
-- > CVS $Author $
|
|
||||||
-- > CVS $Revision $
|
|
||||||
--
|
|
||||||
-- (Description of the module)
|
|
||||||
-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
module SkelGFC where
|
module SkelGFC where
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +1,3 @@
|
|||||||
----------------------------------------------------------------------
|
|
||||||
-- |
|
|
||||||
-- Module : (Module)
|
|
||||||
-- Maintainer : (Maintainer)
|
|
||||||
-- Stability : (stable)
|
|
||||||
-- Portability : (portable)
|
|
||||||
--
|
|
||||||
-- > CVS $Date $
|
|
||||||
-- > CVS $Author $
|
|
||||||
-- > CVS $Revision $
|
|
||||||
--
|
|
||||||
-- (Description of the module)
|
|
||||||
-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
-- automatically generated by BNF Converter
|
-- automatically generated by BNF Converter
|
||||||
module Main where
|
module Main where
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : (Module)
|
-- Module : Unlex
|
||||||
-- Maintainer : (Maintainer)
|
-- Maintainer : AR
|
||||||
-- Stability : (stable)
|
-- Stability : (stable)
|
||||||
-- Portability : (portable)
|
-- Portability : (portable)
|
||||||
--
|
--
|
||||||
-- > CVS $Date $
|
-- > CVS $Date: 2005/02/17 10:22:10 $
|
||||||
-- > CVS $Author $
|
-- > CVS $Author $
|
||||||
-- > CVS $Revision $
|
-- > CVS $Revision $
|
||||||
--
|
--
|
||||||
|
|||||||
Reference in New Issue
Block a user