mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
23 lines
339 B
Plaintext
23 lines
339 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarChi of Grammar =
|
|
NounChi,
|
|
VerbChi,
|
|
AdjectiveChi,
|
|
AdverbChi,
|
|
NumeralChi,
|
|
SentenceChi,
|
|
QuestionChi,
|
|
RelativeChi,
|
|
ConjunctionChi,
|
|
PhraseChi,
|
|
TextChi,
|
|
StructuralChi,
|
|
IdiomChi,
|
|
TenseChi
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|