diff options
| author | peb <unknown> | 2005-02-09 11:46:54 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-02-09 11:46:54 +0000 |
| commit | a0d412986305d4b45e82afde62ea48f1b06edb9d (patch) | |
| tree | bca6f55ef01469442ef55f6bd0caa511e147350f /src/GF/CF/ChartParser.hs | |
| parent | 4fd0c636f8590bf800715f2598e54ccc22c99b90 (diff) | |
"Committed_by_peb"
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 |
