1
0
forked from GitHub/gf-core

Got GSL generation working.

This commit is contained in:
bjorn
2008-06-17 12:06:27 +00:00
parent 775761a885
commit fe6255bf2e
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 ()