From 6381f3a9987f44c4c827ab2c9033519f191a2cce Mon Sep 17 00:00:00 2001 From: peb Date: Fri, 4 Feb 2005 09:10:28 +0000 Subject: "Committed_by_peb" --- src/GF/Source/AbsGF.hs | 14 ++++++++++++++ src/GF/Source/GrammarToSource.hs | 14 ++++++++++++++ src/GF/Source/LexGF.hs | 14 ++++++++++++++ src/GF/Source/ParGF.hs | 16 +++++++++++++++- src/GF/Source/PrintGF.hs | 14 ++++++++++++++ src/GF/Source/SkelGF.hs | 14 ++++++++++++++ src/GF/Source/SourceToGrammar.hs | 14 ++++++++++++++ src/GF/Source/TestGF.hs | 14 ++++++++++++++ 8 files changed, 113 insertions(+), 1 deletion(-) (limited to 'src/GF/Source') 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 -- cgit v1.2.3