summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/Custom.hs
diff options
context:
space:
mode:
authoraarne <unknown>2004-09-19 20:27:38 +0000
committeraarne <unknown>2004-09-19 20:27:38 +0000
commit0e21dcbf543f9a0367e69abd7f5f19b7852911e3 (patch)
tree17f439f9732ea405f1325b81d51c65d8ec37b433 /src/GF/UseGrammar/Custom.hs
parentdf4cbb482f0546b884eb210d825c794d14f82712 (diff)
Imper
Diffstat (limited to 'src/GF/UseGrammar/Custom.hs')
-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 229b94fc7..9587038be 100644
--- a/src/GF/UseGrammar/Custom.hs
+++ b/src/GF/UseGrammar/Custom.hs
@@ -195,6 +195,7 @@ customGrammarPrinter =
name = cncId s
in gslPrinter name opts $ Cnv.cfg $ statePInfo s)
,(strCI "lbnf", prLBNF . stateCF)
+ ,(strCI "bnf", prBNF . stateCF)
,(strCI "haskell", grammar2haskell . stateGrammarST)
,(strCI "morpho", prMorpho . stateMorpho)
,(strCI "fullform",prFullForm . stateMorpho)