From 9568d7a844ba6a1872a8e8f6ef002860057e62ab Mon Sep 17 00:00:00 2001 From: peb Date: Fri, 18 Feb 2005 18:21:06 +0000 Subject: "Committed_by_peb" --- src/GF/Source/AbsGF.hs | 13 ------------- src/GF/Source/GrammarToSource.hs | 14 +++++++------- src/GF/Source/PrintGF.hs | 13 ------------- src/GF/Source/SkelGF.hs | 13 ------------- src/GF/Source/SourceToGrammar.hs | 12 ++++++------ src/GF/Source/TestGF.hs | 13 ------------- 6 files changed, 13 insertions(+), 65 deletions(-) (limited to 'src/GF/Source') diff --git a/src/GF/Source/AbsGF.hs b/src/GF/Source/AbsGF.hs index c8b218c2a..30f77b4cb 100644 --- a/src/GF/Source/AbsGF.hs +++ b/src/GF/Source/AbsGF.hs @@ -1,16 +1,3 @@ ----------------------------------------------------------------------- --- | --- Module : (Module) --- Maintainer : (Maintainer) --- Stability : (stable) --- Portability : (portable) --- --- > CVS $Date $ --- > CVS $Author $ --- > CVS $Revision $ --- --- (Description of the module) ------------------------------------------------------------------------------ module AbsGF where diff --git a/src/GF/Source/GrammarToSource.hs b/src/GF/Source/GrammarToSource.hs index 24826c7f7..cea8fb517 100644 --- a/src/GF/Source/GrammarToSource.hs +++ b/src/GF/Source/GrammarToSource.hs @@ -1,13 +1,13 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : GrammarToSource +-- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date $ --- > CVS $Author $ --- > CVS $Revision $ +-- > CVS $Date: 2005/02/18 19:21:20 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.16 $ -- -- From internal source syntax to BNFC-generated (used for printing). ----------------------------------------------------------------------------- @@ -21,9 +21,9 @@ import Option import qualified AbsGF as P import Ident --- AR 13/5/2003 +-- | AR 13\/5\/2003 +-- -- translate internal to parsable and printable source - trGrammar :: SourceGrammar -> P.Grammar trGrammar (MGrammar ms) = P.Gr (map trModule ms) -- no includes diff --git a/src/GF/Source/PrintGF.hs b/src/GF/Source/PrintGF.hs index f8c4a3e13..f51dbbdee 100644 --- a/src/GF/Source/PrintGF.hs +++ b/src/GF/Source/PrintGF.hs @@ -1,16 +1,3 @@ ----------------------------------------------------------------------- --- | --- Module : (Module) --- Maintainer : (Maintainer) --- Stability : (stable) --- Portability : (portable) --- --- > CVS $Date $ --- > CVS $Author $ --- > CVS $Revision $ --- --- (Description of the module) ------------------------------------------------------------------------------ module PrintGF where diff --git a/src/GF/Source/SkelGF.hs b/src/GF/Source/SkelGF.hs index cadb89f28..3283dd702 100644 --- a/src/GF/Source/SkelGF.hs +++ b/src/GF/Source/SkelGF.hs @@ -1,16 +1,3 @@ ----------------------------------------------------------------------- --- | --- Module : (Module) --- Maintainer : (Maintainer) --- Stability : (stable) --- Portability : (portable) --- --- > CVS $Date $ --- > CVS $Author $ --- > CVS $Revision $ --- --- (Description of the module) ------------------------------------------------------------------------------ module SkelGF where diff --git a/src/GF/Source/SourceToGrammar.hs b/src/GF/Source/SourceToGrammar.hs index bdd1b54d3..fd25fe2fd 100644 --- a/src/GF/Source/SourceToGrammar.hs +++ b/src/GF/Source/SourceToGrammar.hs @@ -1,15 +1,15 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : SourceToGrammar +-- Maintainer : AR -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date $ --- > CVS $Author $ --- > CVS $Revision $ +-- > CVS $Date: 2005/02/18 19:21:21 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.20 $ -- --- (Description of the module) +-- based on the skeleton Haskell module generated by the BNF converter ----------------------------------------------------------------------------- module SourceToGrammar where diff --git a/src/GF/Source/TestGF.hs b/src/GF/Source/TestGF.hs index 1766bdc36..645f3a94b 100644 --- a/src/GF/Source/TestGF.hs +++ b/src/GF/Source/TestGF.hs @@ -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 -- cgit v1.2.3