Get JSGF generation to compile. Still untested.

This commit is contained in:
bjorn
2008-06-12 18:39:02 +00:00
parent a6b8857e09
commit 6ba502589f
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 ()