mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
"Committed_by_peb"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user