From 4009b46358fe3cc463c1e34c047958a15015941b Mon Sep 17 00:00:00 2001 From: peb Date: Wed, 7 Jun 2006 16:06:49 +0000 Subject: new conversion MCFG -> FCFG, new grammar printers for FCFG --- src/GF/UseGrammar/Custom.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GF/UseGrammar') diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs index 8c43a0696..4314747bf 100644 --- a/src/GF/UseGrammar/Custom.hs +++ b/src/GF/UseGrammar/Custom.hs @@ -309,6 +309,7 @@ customGrammarPrinter = -- grammar conversions: ,(strCI "mcfg", \_ -> Prt.prt . stateMCFG) ,(strCI "fcfg", \_ -> Prt.prt . stateFCFG) + ,(strCI "mcfg2fcfg",\_ -> Prt.prt . Cnv.mcfg2fcfg . stateMCFG) ,(strCI "cfg", \_ -> Prt.prt . stateCFG) ,(strCI "pinfo", \_ -> Prt.prt . statePInfo) ,(strCI "abstract", \_ -> Prt.prtAfter "\n" . Cnv.gfc2abstract . stateGrammarLang) -- cgit v1.2.3