This commit is contained in:
aarne
2004-09-19 20:27:38 +00:00
parent df4cbb482f
commit 0e21dcbf54
3 changed files with 14 additions and 1 deletions

View File

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