mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-12 16:40:11 -06:00
21 lines
305 B
Plaintext
21 lines
305 B
Plaintext
concrete GrammarHun of Grammar =
|
|
NounHun,
|
|
VerbHun,
|
|
AdjectiveHun,
|
|
AdverbHun,
|
|
NumeralHun,
|
|
SentenceHun,
|
|
QuestionHun,
|
|
RelativeHun,
|
|
ConjunctionHun,
|
|
PhraseHun,
|
|
TextX - [Adv],
|
|
StructuralHun,
|
|
IdiomHun,
|
|
TenseX - [Adv]
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|