forked from GitHub/gf-rgl
21 lines
289 B
Plaintext
21 lines
289 B
Plaintext
concrete GrammarHun of Grammar =
|
|
NounHun,
|
|
VerbHun,
|
|
AdjectiveHun,
|
|
AdverbHun,
|
|
NumeralHun,
|
|
SentenceHun,
|
|
QuestionHun,
|
|
RelativeHun,
|
|
ConjunctionHun,
|
|
PhraseHun,
|
|
TextX,
|
|
StructuralHun,
|
|
IdiomHun,
|
|
TenseX
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|