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/Infra/Option.hs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/GF/Infra') diff --git a/src/GF/Infra/Option.hs b/src/GF/Infra/Option.hs index 649534986..779fa96f0 100644 --- a/src/GF/Infra/Option.hs +++ b/src/GF/Infra/Option.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/21 16:22:37 $ --- > CVS $Author: bringert $ --- > CVS $Revision: 1.26 $ +-- > CVS $Date: 2005/05/11 10:28:16 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.27 $ -- -- Options and flags used in GF shell commands and files. -- @@ -146,9 +146,11 @@ rawParse = iOpt "raw" firstParse = iOpt "1" dontParse = iOpt "read" -newParser, newerParser :: Option +newParser, newerParser, newCParser, newMParser :: Option newParser = iOpt "new" newerParser = iOpt "newer" +newCParser = iOpt "cfg" +newMParser = iOpt "mcfg" {- useParserMCFG, useParserMCFGviaCFG, useParserCFG, useParserCF :: Option -- cgit v1.2.3