diff options
| author | bjorn <bjorn@bringert.net> | 2008-09-26 10:03:42 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-09-26 10:03:42 +0000 |
| commit | 7a81b559fe90b4d1c389c21025da56e5159769e9 (patch) | |
| tree | 54d3ac7391ff48ee81efa221ba70dd1adbb1ae12 /src/GF/Compile | |
| parent | a372357adce9839b31c248f4797512031c624a2a (diff) | |
Changed nolr printer to use EBNF format.
Diffstat (limited to 'src/GF/Compile')
| -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 e89fbd033..328072f87 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) +import GF.Speech.SRG (ebnfPrinter, nonLeftRecursivePrinter) import GF.Speech.VoiceXML import GF.Speech.SLF import GF.Speech.PrRegExp @@ -39,7 +39,7 @@ exportPGF opts fmt pgf = FmtProlog_Abs -> multi "pl" grammar2prolog_abs FmtBNF -> single "bnf" bnfPrinter FmtEBNF -> single "ebnf" ebnfPrinter - FmtNoLR -> single "bnf" nonLeftRecursivePrinter + FmtNoLR -> single "ebnf" nonLeftRecursivePrinter FmtRegular -> single "bnf" regularPrinter FmtFCFG -> single "fcfg" fcfgPrinter FmtSRGS_XML -> single "grxml" (srgsXmlPrinter sisr) |
