From 54a1e0f879be657863cdcaed37fa609241369e8f Mon Sep 17 00:00:00 2001 From: peb Date: Wed, 11 May 2005 09:28:16 +0000 Subject: "Committed_by_peb" --- src/GF/UseGrammar/Custom.hs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/GF/UseGrammar/Custom.hs') diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index d6d310d36..2384ff736 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/09 09:28:46 $ +-- > CVS $Date: 2005/05/11 10:28:16 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.59 $ +-- > CVS $Revision: 1.60 $ -- -- A database for customizable GF shell commands. -- @@ -349,13 +349,13 @@ customStringCommand = customParser = customData "Parsers, selected by option -parser=x" $ [ - (strCI "chart", PCFOld.parse "ibn" . stateCF) -- DEPRECATED - ,(strCI "general", PCF.parse "gb" . stateCF) - ,(strCI "general-bottomup", PCF.parse "gt" . stateCF) - ,(strCI "general-topdown", PCF.parse "gt" . stateCF) - ,(strCI "incremental", PCF.parse "ib" . stateCF) - ,(strCI "incremental-bottomup", PCF.parse "ib" . stateCF) - ,(strCI "incremental-topdown", PCF.parse "it" . stateCF) + (strCI "bottomup", PCF.parse "gb" . stateCF) + ,(strCI "topdown", PCF.parse "gt" . stateCF) +-- commented for now, since there's a bug in the incremental algorithm: +-- ,(strCI "incremental", PCF.parse "ib" . stateCF) +-- ,(strCI "incremental-bottomup", PCF.parse "ib" . stateCF) +-- ,(strCI "incremental-topdown", PCF.parse "it" . stateCF) + ,(strCI "chart", PCFOld.parse "ibn" . stateCF) -- DEPRECATED ,(strCI "old", chartParser . stateCF) -- DEPRECATED ,(strCI "myparser", myParser) -- add your own parsers here -- cgit v1.2.3