Added "bnf" output format for debugging.

This commit is contained in:
bjorn
2008-06-03 19:32:42 +00:00
parent 2ee8ab8a71
commit 7237438a94
4 changed files with 7 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ fmtExtension FmtPGF = "pgf"
fmtExtension FmtJavaScript = "js"
fmtExtension FmtHaskell = "hs"
fmtExtension FmtHaskell_GADT = "hs"
fmtExtension FmtBNF = "bnf"
fmtExtension FmtSRGS_XML = "grxml"
writeOutputFile :: FilePath -> String -> IOE ()