diff options
Diffstat (limited to 'src/GF/CF/ChartParser.hs')
| -rw-r--r-- | src/GF/CF/ChartParser.hs | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/src/GF/CF/ChartParser.hs b/src/GF/CF/ChartParser.hs index 26b2f31bd..4b2f2ceb1 100644 --- a/src/GF/CF/ChartParser.hs +++ b/src/GF/CF/ChartParser.hs @@ -1,7 +1,7 @@ ---------------------------------------------------------------------- -- | --- Module : (Module) --- Maintainer : (Maintainer) +-- Module : ChartParser +-- Maintainer : Peter Ljunglöf -- Stability : (stable) -- Portability : (portable) -- @@ -9,22 +9,10 @@ -- > CVS $Author $ -- > CVS $Revision $ -- --- (Description of the module) +-- Bottom-up Kilbury chart parser from "Pure Functional Parsing", chapter 5. +-- OBSOLETE -- should use new MCFG parsers instead ----------------------------------------------------------------------------- -{- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Filename: ChartParser.hs - Author: Peter Ljunglöf - Time-stamp: <2004-05-25 02:20:01 peb> - - Description: Bottom-up Kilbury chart parser from - "Pure Functional Parsing", chapter 5 - - DESIRED CHANGES: - The modules OrdSet and OrdMap2 are obsolete - and should be changed to newer versions - - Also, should use the CFG parsers in parsing/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -} - module ChartParser (chartParser) where import Tracing |
