From 2cf7a7d07eaa394c56ca020f7383ba747d9374a3 Mon Sep 17 00:00:00 2001 From: bjorn Date: Tue, 17 Jun 2008 12:06:27 +0000 Subject: Got GSL generation working. --- src-3.0/GF/Compile/Export.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src-3.0/GF/Compile') 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) -- cgit v1.2.3