summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-06-25 13:39:26 +0000
committerbringert <bringert@cs.chalmers.se>2007-06-25 13:39:26 +0000
commitb086183c0fb9363000804bd68c2cb22ac3c964a9 (patch)
tree15bb9dac0d9fcdaa9065283b2a2b071a6edb76be /src/GF/UseGrammar
parent2b63a895690e6f4eb57c0a1b95692b640b9d9e2c (diff)
Added non-recursive SRGS printing.
Diffstat (limited to 'src/GF/UseGrammar')
-rw-r--r--src/GF/UseGrammar/Custom.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs
index eeb2b0ae2..243affe75 100644
--- a/src/GF/UseGrammar/Custom.hs
+++ b/src/GF/UseGrammar/Custom.hs
@@ -252,6 +252,7 @@ customGrammarPrinter =
,(strCI "jsgf", jsgfPrinter Nothing)
,(strCI "jsgf_sisr_old", jsgfPrinter (Just SISR.SISROld))
,(strCI "srgs_xml", srgsXmlPrinter Nothing False)
+ ,(strCI "srgs_xml_non_rec", srgsXmlNonRecursivePrinter)
,(strCI "srgs_xml_prob", srgsXmlPrinter Nothing True)
,(strCI "srgs_xml_sisr_old", srgsXmlPrinter (Just SISR.SISROld) False)
,(strCI "srgs_abnf", srgsAbnfPrinter Nothing False)