diff options
| author | krasimir <krasimir@chalmers.se> | 2009-12-13 18:50:29 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-12-13 18:50:29 +0000 |
| commit | f85232947e74ee7ef8c7b0ad2338212e7e68f1be (patch) | |
| tree | 667b886a5e3a4b026a63d4e3597f32497d824761 /src/GF/Grammar.hs | |
| parent | d88a865faff59c98fc91556ff8700b10ee5f2df8 (diff) | |
reorganize the directories under src, and rescue the JavaScript interpreter from deprecated
Diffstat (limited to 'src/GF/Grammar.hs')
| -rw-r--r-- | src/GF/Grammar.hs | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/GF/Grammar.hs b/src/GF/Grammar.hs deleted file mode 100644 index c540f77b8..000000000 --- a/src/GF/Grammar.hs +++ /dev/null @@ -1,29 +0,0 @@ ----------------------------------------------------------------------- --- | --- Module : Abstract --- Maintainer : AR --- Stability : (stable) --- Portability : (portable) --- --- > CVS $Date: 2005/04/21 16:22:18 $ --- > CVS $Author: bringert $ --- > CVS $Revision: 1.4 $ --- --- (Description of the module) ------------------------------------------------------------------------------ - -module GF.Grammar - ( module GF.Infra.Ident, - module GF.Grammar.Grammar, - module GF.Grammar.Values, - module GF.Grammar.Macros, - module GF.Grammar.MMacros, - module GF.Grammar.Printer - ) where - -import GF.Infra.Ident -import GF.Grammar.Grammar -import GF.Grammar.Values -import GF.Grammar.Macros -import GF.Grammar.MMacros -import GF.Grammar.Printer |
