summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/MoreCustom.hs
blob: 3f87a2857bf6c1937e123ebeff88e69ad06c3977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module MoreCustom where

-- All these lists are supposed to be empty!
-- Items should be added to ../Custom.hs instead.

moreCustomGrammarParser = []
moreCustomGrammarPrinter = []
moreCustomMultiGrammarPrinter = []
moreCustomSyntaxPrinter = []
moreCustomTermPrinter = []
moreCustomTermCommand = []
moreCustomEditCommand = []
moreCustomStringCommand = []
moreCustomParser = []
moreCustomTokenizer = []
moreCustomUntokenizer = []
moreCustomUniCoding = []