From 65f012d15513814bd2cc4ad74f54edd35ade13fe Mon Sep 17 00:00:00 2001 From: bringert Date: Mon, 23 Aug 2004 07:51:36 +0000 Subject: Added CFGM format (pm -printer=cfgm) and utf8 conversion for pm. --- src/GF/UseGrammar/RealMoreCustom.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/GF/UseGrammar/RealMoreCustom.hs') diff --git a/src/GF/UseGrammar/RealMoreCustom.hs b/src/GF/UseGrammar/RealMoreCustom.hs index b9f461a1f..75833974e 100644 --- a/src/GF/UseGrammar/RealMoreCustom.hs +++ b/src/GF/UseGrammar/RealMoreCustom.hs @@ -70,6 +70,8 @@ moreCustomGrammarPrinter = --- also include printing via grammar2syntax! ] +moreCustomMultiGrammarPrinter = [] + moreCustomSyntaxPrinter = [ (strCIm "gf", S.prSyntax) -- DEFAULT @@ -118,5 +120,9 @@ moreCustomUntokenizer = -- add your own untokenizers here ] +moreCustomUniCoding = + [ +-- add your own codings here + ] strCIm = id -- cgit v1.2.3