Files
gf-rgl/src/hungarian/GrammarHun.gf

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