From 4573d104425a79b8b00ebcccb2e94c62275285ea Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 14 Oct 2008 08:00:50 +0000 Subject: the new optimized incremental parser and the common subexpression elimination optimization in PMCFG --- src/GF/Infra/Option.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/GF/Infra') diff --git a/src/GF/Infra/Option.hs b/src/GF/Infra/Option.hs index 48352fc91..1a62c94ae 100644 --- a/src/GF/Infra/Option.hs +++ b/src/GF/Infra/Option.hs @@ -91,7 +91,6 @@ data OutputFormat = FmtPGF | FmtEBNF | FmtRegular | FmtNoLR - | FmtFCFG | FmtSRGS_XML | FmtSRGS_XML_NonRec | FmtSRGS_ABNF @@ -497,7 +496,6 @@ outputFormats = ("ebnf", FmtEBNF), ("regular", FmtRegular), ("nolr", FmtNoLR), - ("fcfg", FmtFCFG), ("srgs_xml", FmtSRGS_XML), ("srgs_xml_nonrec", FmtSRGS_XML_NonRec), ("srgs_abnf", FmtSRGS_ABNF), -- cgit v1.2.3