Added --output-format=ebnf.

This commit is contained in:
bjorn
2008-09-26 09:20:39 +00:00
parent 84dec7aaa2
commit 824d72bf16
5 changed files with 29 additions and 10 deletions

View File

@@ -87,6 +87,7 @@ data OutputFormat = FmtPGF
| FmtProlog
| FmtProlog_Abs
| FmtBNF
| FmtEBNF
| FmtRegular
| FmtNoLR
| FmtFCFG
@@ -458,6 +459,7 @@ outputFormats =
("prolog", FmtProlog),
("prolog_abs", FmtProlog_Abs),
("bnf", FmtBNF),
("ebnf", FmtEBNF),
("regular", FmtRegular),
("nolr", FmtNoLR),
("fcfg", FmtFCFG),