diff options
Diffstat (limited to 'src/GF/UseGrammar/RealMoreCustom.hs')
| -rw-r--r-- | src/GF/UseGrammar/RealMoreCustom.hs | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
