Added --output-format=nolr. Minor makeRegular refactoring.

This commit is contained in:
bjorn
2008-09-25 13:41:07 +00:00
parent 8001ea8ea0
commit 367cc0acb9
4 changed files with 16 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ data OutputFormat = FmtPGF
| FmtProlog_Abs
| FmtBNF
| FmtRegular
| FmtNoLR
| FmtFCFG
| FmtSRGS_XML
| FmtSRGS_XML_NonRec
@@ -458,6 +459,7 @@ outputFormats =
("prolog_abs", FmtProlog_Abs),
("bnf", FmtBNF),
("regular", FmtRegular),
("nolr", FmtNoLR),
("fcfg", FmtFCFG),
("srgs_xml", FmtSRGS_XML),
("srgs_xml_nonrec", FmtSRGS_XML_NonRec),