Files
gf-rgl/src/hungarian/GrammarHun.gf
2020-04-24 17:00:44 +02:00

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 ;
} ;