diff options
| author | bjorn <bjorn@bringert.net> | 2008-09-26 10:20:18 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-09-26 10:20:18 +0000 |
| commit | 2f3b7d1c5560aabb19db149c2a8e333931884d30 (patch) | |
| tree | 5d446c9c4f0e12735e000d193aca23c9c04bd53c /src/GF/Compile/Export.hs | |
| parent | 7a81b559fe90b4d1c389c21025da56e5159769e9 (diff) | |
Use ebnf format for "regular" output-format.
Diffstat (limited to 'src/GF/Compile/Export.hs')
| -rw-r--r-- | src/GF/Compile/Export.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Compile/Export.hs b/src/GF/Compile/Export.hs index 328072f87..3debe60e0 100644 --- a/src/GF/Compile/Export.hs +++ b/src/GF/Compile/Export.hs @@ -14,7 +14,7 @@ import GF.Speech.SRGS_ABNF import GF.Speech.SRGS_XML import GF.Speech.JSGF import GF.Speech.GSL -import GF.Speech.SRG (ebnfPrinter, nonLeftRecursivePrinter) +import GF.Speech.SRG import GF.Speech.VoiceXML import GF.Speech.SLF import GF.Speech.PrRegExp @@ -40,7 +40,7 @@ exportPGF opts fmt pgf = FmtBNF -> single "bnf" bnfPrinter FmtEBNF -> single "ebnf" ebnfPrinter FmtNoLR -> single "ebnf" nonLeftRecursivePrinter - FmtRegular -> single "bnf" regularPrinter + FmtRegular -> single "ebnf" regularPrinter FmtFCFG -> single "fcfg" fcfgPrinter FmtSRGS_XML -> single "grxml" (srgsXmlPrinter sisr) FmtSRGS_XML_NonRec -> single "grxml" srgsXmlNonRecursivePrinter |
