1
0
forked from GitHub/gf-core

Added "bnf" output format for debugging.

This commit is contained in:
bjorn
2008-06-03 19:32:42 +00:00
parent c974ce4345
commit 5dea982489
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 ()