summaryrefslogtreecommitdiff
path: root/src/GF/Source
diff options
context:
space:
mode:
authorpeb <unknown>2005-02-04 09:10:28 +0000
committerpeb <unknown>2005-02-04 09:10:28 +0000
commit6381f3a9987f44c4c827ab2c9033519f191a2cce (patch)
tree003cbe139a73453441ffaff8e3d9546ef3aac2b0 /src/GF/Source
parentb2a6b1a176e1f707d3b14a9b35866d7a01406f23 (diff)
"Committed_by_peb"
Diffstat (limited to 'src/GF/Source')
-rw-r--r--src/GF/Source/AbsGF.hs14
-rw-r--r--src/GF/Source/GrammarToSource.hs14
-rw-r--r--src/GF/Source/LexGF.hs14
-rw-r--r--src/GF/Source/ParGF.hs16
-rw-r--r--src/GF/Source/PrintGF.hs14
-rw-r--r--src/GF/Source/SkelGF.hs14
-rw-r--r--src/GF/Source/SourceToGrammar.hs14
-rw-r--r--src/GF/Source/TestGF.hs14
8 files changed, 113 insertions, 1 deletions
diff --git a/src/GF/Source/AbsGF.hs b/src/GF/Source/AbsGF.hs
index 5a144f20f..4bdc4c6fb 100644
--- a/src/GF/Source/AbsGF.hs
+++ b/src/GF/Source/AbsGF.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module AbsGF where
import Ident --H
diff --git a/src/GF/Source/GrammarToSource.hs b/src/GF/Source/GrammarToSource.hs
index 1f4fa3888..6be0f3060 100644
--- a/src/GF/Source/GrammarToSource.hs
+++ b/src/GF/Source/GrammarToSource.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module GrammarToSource where
import Operations
diff --git a/src/GF/Source/LexGF.hs b/src/GF/Source/LexGF.hs
index 3888a59f2..dab034f7b 100644
--- a/src/GF/Source/LexGF.hs
+++ b/src/GF/Source/LexGF.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
{-# OPTIONS -cpp #-}
{-# LINE 3 "LexGF.x" #-}
module LexGF where
diff --git a/src/GF/Source/ParGF.hs b/src/GF/Source/ParGF.hs
index 604311be9..9f5f96be7 100644
--- a/src/GF/Source/ParGF.hs
+++ b/src/GF/Source/ParGF.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
{-# OPTIONS -fglasgow-exts -cpp #-}
-- parser produced by Happy Version 1.13
@@ -2889,7 +2903,7 @@ happyError ts =
myLexer = tokens
{-# LINE 1 "GenericTemplate.hs" #-}
--- $Id: ParGF.hs,v 1.6 2005/01/11 16:06:14 aarne Exp $
+-- $Id: ParGF.hs,v 1.7 2005/02/04 10:10:38 peb Exp $
diff --git a/src/GF/Source/PrintGF.hs b/src/GF/Source/PrintGF.hs
index f33ec0c96..d210c47e0 100644
--- a/src/GF/Source/PrintGF.hs
+++ b/src/GF/Source/PrintGF.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module PrintGF where
-- pretty-printer generated by the BNF converter, except --H
diff --git a/src/GF/Source/SkelGF.hs b/src/GF/Source/SkelGF.hs
index 73a78c5a2..cadb89f28 100644
--- a/src/GF/Source/SkelGF.hs
+++ b/src/GF/Source/SkelGF.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module SkelGF where
-- Haskell module generated by the BNF converter
diff --git a/src/GF/Source/SourceToGrammar.hs b/src/GF/Source/SourceToGrammar.hs
index 1ab949c9d..963d4a60f 100644
--- a/src/GF/Source/SourceToGrammar.hs
+++ b/src/GF/Source/SourceToGrammar.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- Module : (Module)
+-- Maintainer : (Maintainer)
+-- Stability : (stable)
+-- Portability : (portable)
+--
+-- > CVS $Date $
+-- > CVS $Author $
+-- > CVS $Revision $
+--
+-- (Description of the module)
+-----------------------------------------------------------------------------
+
module SourceToGrammar where
import qualified Grammar as G
diff --git a/src/GF/Source/TestGF.hs b/src/GF/Source/TestGF.hs
index f72e69b31..1766bdc36 100644
--- a/src/GF/Source/TestGF.hs
+++ b/src/GF/Source/TestGF.hs
@@ -1,3 +1,17 @@
+----------------------------------------------------------------------
+-- |
+-- 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