mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 12:12:51 -06:00
Founding the newly structured GF2.0 cvs archive.
This commit is contained in:
15
src/GF/UseGrammar/MoreCustom.hs
Normal file
15
src/GF/UseGrammar/MoreCustom.hs
Normal file
@@ -0,0 +1,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 = []
|
||||
Reference in New Issue
Block a user