diff options
| author | bringert <unknown> | 2004-08-23 07:51:36 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2004-08-23 07:51:36 +0000 |
| commit | 65f012d15513814bd2cc4ad74f54edd35ade13fe (patch) | |
| tree | 089419071773038e8357a6b97a9ec0481df2a338 /src/GF/UseGrammar/MoreCustom.hs | |
| parent | 25ffe15333a881022047409a1c12a17dd41d1198 (diff) | |
Added CFGM format (pm -printer=cfgm) and utf8 conversion for pm.
Diffstat (limited to 'src/GF/UseGrammar/MoreCustom.hs')
| -rw-r--r-- | src/GF/UseGrammar/MoreCustom.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GF/UseGrammar/MoreCustom.hs b/src/GF/UseGrammar/MoreCustom.hs index 0ebbb25fb..3f87a2857 100644 --- a/src/GF/UseGrammar/MoreCustom.hs +++ b/src/GF/UseGrammar/MoreCustom.hs @@ -5,6 +5,7 @@ module MoreCustom where moreCustomGrammarParser = [] moreCustomGrammarPrinter = [] +moreCustomMultiGrammarPrinter = [] moreCustomSyntaxPrinter = [] moreCustomTermPrinter = [] moreCustomTermCommand = [] @@ -13,3 +14,4 @@ moreCustomStringCommand = [] moreCustomParser = [] moreCustomTokenizer = [] moreCustomUntokenizer = [] +moreCustomUniCoding = [] |
