mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 12:12:51 -06:00
16 lines
393 B
Haskell
16 lines
393 B
Haskell
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 = []
|