Added srgs_xml_nonrec output format.

This commit is contained in:
bjorn
2008-08-22 08:43:58 +00:00
parent 3e5414ba4a
commit cb98536de1
2 changed files with 4 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ exportPGF opts fmt pgf =
FmtHaskell_GADT -> multi "hs" (grammar2haskellGADT name)
FmtBNF -> single "bnf" bnfPrinter
FmtSRGS_XML -> single "grxml" (srgsXmlPrinter sisr)
FmtSRGS_XML_NonRec -> single "grxml" srgsXmlNonRecursivePrinter
FmtJSGF -> single "jsgf" (jsgfPrinter sisr)
FmtGSL -> single "gsl" gslPrinter
FmtVoiceXML -> single "vxml" grammar2vxml