From f85232947e74ee7ef8c7b0ad2338212e7e68f1be Mon Sep 17 00:00:00 2001 From: krasimir Date: Sun, 13 Dec 2009 18:50:29 +0000 Subject: reorganize the directories under src, and rescue the JavaScript interpreter from deprecated --- src/GF/Grammar.hs | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/GF/Grammar.hs (limited to 'src/GF/Grammar.hs') 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 -- cgit v1.2.3