diff options
| author | peb <unknown> | 2005-02-04 09:10:28 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-02-04 09:10:28 +0000 |
| commit | 6381f3a9987f44c4c827ab2c9033519f191a2cce (patch) | |
| tree | 003cbe139a73453441ffaff8e3d9546ef3aac2b0 /src/GF/Canon | |
| parent | b2a6b1a176e1f707d3b14a9b35866d7a01406f23 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Canon')
| -rw-r--r-- | src/GF/Canon/AbsGFC.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/CMacros.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/CanonToGrammar.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/GFC.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/GetGFC.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/LexGFC.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/Look.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/MkGFC.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/ParGFC.hs | 16 | ||||
| -rw-r--r-- | src/GF/Canon/PrExp.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/PrintGFC.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/Share.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/SkelGFC.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/TestGFC.hs | 14 | ||||
| -rw-r--r-- | src/GF/Canon/Unlex.hs | 14 |
15 files changed, 211 insertions, 1 deletions
diff --git a/src/GF/Canon/AbsGFC.hs b/src/GF/Canon/AbsGFC.hs index e0f4c418e..19f66d168 100644 --- a/src/GF/Canon/AbsGFC.hs +++ b/src/GF/Canon/AbsGFC.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module AbsGFC where import Ident --H diff --git a/src/GF/Canon/CMacros.hs b/src/GF/Canon/CMacros.hs index 45f3c9d81..d2c128454 100644 --- a/src/GF/Canon/CMacros.hs +++ b/src/GF/Canon/CMacros.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module CMacros where import AbsGFC diff --git a/src/GF/Canon/CanonToGrammar.hs b/src/GF/Canon/CanonToGrammar.hs index e53af46be..cd4863442 100644 --- a/src/GF/Canon/CanonToGrammar.hs +++ b/src/GF/Canon/CanonToGrammar.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module CanonToGrammar where import AbsGFC diff --git a/src/GF/Canon/GFC.hs b/src/GF/Canon/GFC.hs index c5af14785..5c6d8b6b6 100644 --- a/src/GF/Canon/GFC.hs +++ b/src/GF/Canon/GFC.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module GFC where import AbsGFC diff --git a/src/GF/Canon/GetGFC.hs b/src/GF/Canon/GetGFC.hs index 7da27bd90..cac3b98b3 100644 --- a/src/GF/Canon/GetGFC.hs +++ b/src/GF/Canon/GetGFC.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module GetGFC where import Operations diff --git a/src/GF/Canon/LexGFC.hs b/src/GF/Canon/LexGFC.hs index b181a18ec..0915e6178 100644 --- a/src/GF/Canon/LexGFC.hs +++ b/src/GF/Canon/LexGFC.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 "LexGFC.x" #-} module LexGFC where diff --git a/src/GF/Canon/Look.hs b/src/GF/Canon/Look.hs index 615557a88..43ea7a132 100644 --- a/src/GF/Canon/Look.hs +++ b/src/GF/Canon/Look.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module Look where import AbsGFC diff --git a/src/GF/Canon/MkGFC.hs b/src/GF/Canon/MkGFC.hs index af126605e..62bb4d184 100644 --- a/src/GF/Canon/MkGFC.hs +++ b/src/GF/Canon/MkGFC.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module MkGFC where import GFC diff --git a/src/GF/Canon/ParGFC.hs b/src/GF/Canon/ParGFC.hs index 21c99f939..c2f1d7d77 100644 --- a/src/GF/Canon/ParGFC.hs +++ b/src/GF/Canon/ParGFC.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 @@ -1767,7 +1781,7 @@ happyError ts = myLexer = tokens {-# LINE 1 "GenericTemplate.hs" #-} --- $Id: ParGFC.hs,v 1.6 2005/01/11 16:06:15 aarne Exp $ +-- $Id: ParGFC.hs,v 1.7 2005/02/04 10:10:38 peb Exp $ diff --git a/src/GF/Canon/PrExp.hs b/src/GF/Canon/PrExp.hs index 6052f9a7f..a689fb81a 100644 --- a/src/GF/Canon/PrExp.hs +++ b/src/GF/Canon/PrExp.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module PrExp where import AbsGFC diff --git a/src/GF/Canon/PrintGFC.hs b/src/GF/Canon/PrintGFC.hs index d88ffe3a4..d5a148aee 100644 --- a/src/GF/Canon/PrintGFC.hs +++ b/src/GF/Canon/PrintGFC.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module PrintGFC where -- pretty-printer generated by the BNF converter, except handhacked spacing --H diff --git a/src/GF/Canon/Share.hs b/src/GF/Canon/Share.hs index f482505b0..4e3c485a7 100644 --- a/src/GF/Canon/Share.hs +++ b/src/GF/Canon/Share.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module Share (shareModule, OptSpec, basicOpt, fullOpt, valOpt) where import AbsGFC diff --git a/src/GF/Canon/SkelGFC.hs b/src/GF/Canon/SkelGFC.hs index d61c841ff..3949351e6 100644 --- a/src/GF/Canon/SkelGFC.hs +++ b/src/GF/Canon/SkelGFC.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module SkelGFC where -- Haskell module generated by the BNF converter diff --git a/src/GF/Canon/TestGFC.hs b/src/GF/Canon/TestGFC.hs index 0ee7c8ebf..a9aa71f31 100644 --- a/src/GF/Canon/TestGFC.hs +++ b/src/GF/Canon/TestGFC.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 diff --git a/src/GF/Canon/Unlex.hs b/src/GF/Canon/Unlex.hs index 68c3c054e..09f330e30 100644 --- a/src/GF/Canon/Unlex.hs +++ b/src/GF/Canon/Unlex.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module Unlex where import Operations |
