1
0
forked from GitHub/gf-core

"Committed_by_peb"

This commit is contained in:
peb
2005-02-17 09:21:04 +00:00
parent df91e999d6
commit 0f6649a6ae
8 changed files with 16 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
----------------------------------------------------------------------
-- |
-- Module : (Module)
-- Maintainer : (Maintainer)
-- Module : BatchTranslate
-- Maintainer : Aarne Ranta
-- Stability : (stable)
-- Portability : (portable)
--

View File

@@ -1,7 +1,7 @@
----------------------------------------------------------------------
-- |
-- Module : (Module)
-- Maintainer : (Maintainer)
-- Module : GrammarToHaskell
-- Maintainer : Aarne Ranta
-- Stability : (stable)
-- Portability : (portable)
--

View File

@@ -1,7 +1,7 @@
----------------------------------------------------------------------
-- |
-- Module : (Module)
-- Maintainer : (Maintainer)
-- Module : IOGrammar
-- Maintainer : Aarne Ranta
-- Stability : (stable)
-- Portability : (portable)
--
@@ -12,7 +12,8 @@
-- for reading grammars and terms from strings and files
-----------------------------------------------------------------------------
module IOGrammar where
module IOGrammar (shellStateFromFiles,
getShellStateFromFiles) where
import Abstract
import qualified GFC

View File

@@ -1,7 +1,7 @@
----------------------------------------------------------------------
-- |
-- Module : (Module)
-- Maintainer : (Maintainer)
-- Module : MyParser
-- Maintainer : Peter Ljunglöf
-- Stability : (stable)
-- Portability : (portable)
--
@@ -9,7 +9,7 @@
-- > CVS $Author $
-- > CVS $Revision $
--
-- template to define your own parser
-- template to define your own parser (obsolete?)
-----------------------------------------------------------------------------
module MyParser (myParser) where

View File

@@ -1,7 +1,7 @@
----------------------------------------------------------------------
-- |
-- Module : (Module)
-- Maintainer : (Maintainer)
-- Module : Share
-- Maintainer : AR
-- Stability : (stable)
-- Portability : (portable)
--

View File

@@ -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

View File

@@ -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
module Main where

View File

@@ -1,11 +1,11 @@
----------------------------------------------------------------------
-- |
-- Module : (Module)
-- Maintainer : (Maintainer)
-- Module : Unlex
-- Maintainer : AR
-- Stability : (stable)
-- Portability : (portable)
--
-- > CVS $Date $
-- > CVS $Date: 2005/02/17 10:22:10 $
-- > CVS $Author $
-- > CVS $Revision $
--