Got GSL generation working.

This commit is contained in:
bjorn
2008-06-17 12:06:27 +00:00
parent aa32e53ad1
commit 2cf7a7d07e
3 changed files with 18 additions and 34 deletions

View File

@@ -48,6 +48,7 @@ fmtExtension FmtHaskell_GADT = "hs"
fmtExtension FmtBNF = "bnf"
fmtExtension FmtSRGS_XML = "grxml"
fmtExtension FmtJSGF = "jsgf"
fmtExtension FmtGSL = "gsl"
fmtExtension FmtVoiceXML = "vxml"
writeOutputFile :: FilePath -> String -> IOE ()