From 2e0c510285ac1cabefea0ab68ffb1215d7297578 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 19 Apr 2004 15:33:45 +0000 Subject: some more printing --- src/GF/UseGrammar/Custom.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/GF/UseGrammar/Custom.hs') diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 166f918ae..ac47a9758 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -19,10 +19,11 @@ import Option import CF import CFIdent ----- import CFtoGrammar +import CanonToGrammar import PPrCF import PrLBNF import PrGrammar +import PrOld import MkGFC import CFtoSRG @@ -145,7 +146,9 @@ customGrammarPrinter = customData "Grammar printers, selected by option -printer=x" $ [ (strCI "gfc", prCanon . stateGrammarST) -- DEFAULT + ,(strCI "gf", err id prGrammar . canon2sourceGrammar . stateGrammarST) ,(strCI "cf", prCF . stateCF) + ,(strCI "old", printGrammarOld . stateGrammarST) ,(strCI "srg", prSRG . stateCF) ,(strCI "lbnf", prLBNF . stateCF) ,(strCI "morpho", prMorpho . stateMorpho) -- cgit v1.2.3