some more printing

This commit is contained in:
aarne
2004-04-19 15:33:45 +00:00
parent fa07ada6ab
commit 2e0c510285
7 changed files with 21 additions and 11 deletions

View File

@@ -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)