diff options
| author | bjorn <bjorn@bringert.net> | 2008-06-17 12:06:27 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-06-17 12:06:27 +0000 |
| commit | 2cf7a7d07eaa394c56ca020f7383ba747d9374a3 (patch) | |
| tree | 81c5dc256393c70eb862dab14bcc6d0bdd7778aa /src-3.0/GF/Compile | |
| parent | aa32e53ad15a19d5af6b07888755a8129c261ae7 (diff) | |
Got GSL generation working.
Diffstat (limited to 'src-3.0/GF/Compile')
| -rw-r--r-- | src-3.0/GF/Compile/Export.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-3.0/GF/Compile/Export.hs b/src-3.0/GF/Compile/Export.hs index 5af2fe1ae..9abdc6789 100644 --- a/src-3.0/GF/Compile/Export.hs +++ b/src-3.0/GF/Compile/Export.hs @@ -11,6 +11,7 @@ import GF.Speech.CFG import GF.Speech.PGFToCFG import GF.Speech.SRGS_XML import GF.Speech.JSGF +import GF.Speech.GSL import GF.Speech.VoiceXML import GF.Text.UTF8 @@ -30,6 +31,7 @@ prPGF opts fmt gr name = case fmt of FmtBNF -> prCFG $ pgfToCFG gr (outputConcr gr) FmtSRGS_XML -> srgsXmlPrinter (flag optSISR opts) gr (outputConcr gr) FmtJSGF -> jsgfPrinter (flag optSISR opts) gr (outputConcr gr) + FmtGSL -> gslPrinter gr (outputConcr gr) FmtVoiceXML -> grammar2vxml gr (outputConcr gr) |
