diff options
| author | peb <unknown> | 2005-05-11 09:28:16 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-05-11 09:28:16 +0000 |
| commit | 54a1e0f879be657863cdcaed37fa609241369e8f (patch) | |
| tree | f3d8e85111f792011393d83fa7c4bc5bc12f8852 /src/GF/Infra | |
| parent | faa3144390363256e30df634b91b86d9f7522e1a (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Infra')
| -rw-r--r-- | src/GF/Infra/Option.hs | 10 |
1 files changed, 6 insertions, 4 deletions
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 |
