blob: 0ebbb25fbeccf42ebefd4b4d64d7cb8421e7a913 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
module MoreCustom where
-- All these lists are supposed to be empty!
-- Items should be added to ../Custom.hs instead.
moreCustomGrammarParser = []
moreCustomGrammarPrinter = []
moreCustomSyntaxPrinter = []
moreCustomTermPrinter = []
moreCustomTermCommand = []
moreCustomEditCommand = []
moreCustomStringCommand = []
moreCustomParser = []
moreCustomTokenizer = []
moreCustomUntokenizer = []
|