From 7237438a94ae81a29b45b91a9929133afeb95831 Mon Sep 17 00:00:00 2001 From: bjorn Date: Tue, 3 Jun 2008 19:32:42 +0000 Subject: Added "bnf" output format for debugging. --- src-3.0/GF/Infra/Option.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src-3.0/GF/Infra') diff --git a/src-3.0/GF/Infra/Option.hs b/src-3.0/GF/Infra/Option.hs index be3ddfadb..5be0d4f7c 100644 --- a/src-3.0/GF/Infra/Option.hs +++ b/src-3.0/GF/Infra/Option.hs @@ -82,6 +82,7 @@ data OutputFormat = FmtPGF | FmtJavaScript | FmtHaskell | FmtHaskell_GADT + | FmtBNF | FmtSRGS_XML | FmtSRGS_ABNF | FmtJSGF @@ -418,6 +419,7 @@ outputFormats = ("js", FmtJavaScript), ("haskell", FmtHaskell), ("haskell_gadt", FmtHaskell_GADT), + ("bnf", FmtBNF), ("srgs", FmtSRGS_XML), ("srgs_xml", FmtSRGS_XML), ("srgs_abnf", FmtSRGS_ABNF), -- cgit v1.2.3