diff options
| author | aarne <unknown> | 2004-09-19 20:27:38 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-09-19 20:27:38 +0000 |
| commit | 0e21dcbf543f9a0367e69abd7f5f19b7852911e3 (patch) | |
| tree | 17f439f9732ea405f1325b81d51c65d8ec37b433 /src/GF/UseGrammar/Custom.hs | |
| parent | df4cbb482f0546b884eb210d825c794d14f82712 (diff) | |
Imper
Diffstat (limited to 'src/GF/UseGrammar/Custom.hs')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 1 |
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) |
