Get JSGF generation to compile. Still untested.

This commit is contained in:
bjorn
2008-06-12 18:39:02 +00:00
parent b76c8c195c
commit 4369e67998
3 changed files with 26 additions and 53 deletions

View File

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