diff options
Diffstat (limited to 'src/GF/UseGrammar')
| -rw-r--r-- | src/GF/UseGrammar/Custom.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 9119b8f36..dfffd2b2a 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -28,6 +28,7 @@ import PrOld import MkGFC import CFtoSRG import PrGSL (gslPrinter) +import PrJSGF (jsgfPrinter) import Zipper @@ -194,6 +195,9 @@ customGrammarPrinter = ,(strCI "gsl", \s -> let opts = stateOptions s name = cncId s in gslPrinter name opts $ Cnv.cfg $ statePInfo s) + ,(strCI "jsgf", \s -> let opts = stateOptions s + name = cncId s + in jsgfPrinter name opts $ Cnv.cfg $ statePInfo s) ,(strCI "plbnf", prLBNF True) ,(strCI "lbnf", prLBNF False) ,(strCI "bnf", prBNF False) |
