*** empty log message ***

This commit is contained in:
peb
2004-04-30 07:17:03 +00:00
parent 2c3c97d7f5
commit 92b13296c6
3 changed files with 19 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ customGrammarPrinter =
-- grammar conversions, (peb)
,(strCI "gfc_show", show . grammar2canon . stateGrammarST)
,(strCI "gfc_raw", prRaw . stateGrammarST)
,(strCI "tnf", prCanon . convertCanonToTNF . stateGrammarST)
,(strCI "mcfg", prMCFG . convertCanonToMCFG . stateGrammarST)
,(strCI "mcfg_cf", prCF . convertCanonToCF . stateGrammarST)
,(strCI "mcfg_canon", prCanon . convertCanonToMCFG . stateGrammarST)