1
0
forked from GitHub/gf-core
This commit is contained in:
aarne
2004-09-19 20:27:38 +00:00
parent 5dc88db711
commit 9715c5e5f4
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)