Added --output-format=regular.

This commit is contained in:
bjorn
2008-09-25 11:49:00 +00:00
parent 7a5e2a15bd
commit 13191ac155
3 changed files with 7 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ data OutputFormat = FmtPGF
| FmtProlog
| FmtProlog_Abs
| FmtBNF
| FmtRegular
| FmtFCFG
| FmtSRGS_XML
| FmtSRGS_XML_NonRec
@@ -456,6 +457,7 @@ outputFormats =
("prolog", FmtProlog),
("prolog_abs", FmtProlog_Abs),
("bnf", FmtBNF),
("regular", FmtRegular),
("fcfg", FmtFCFG),
("srgs_xml", FmtSRGS_XML),
("srgs_xml_nonrec", FmtSRGS_XML_NonRec),