1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/greek/GrammarGre.gf

27 lines
257 B
Plaintext

concrete GrammarGre of Grammar =
VerbGre,
NounGre,
SentenceGre,
PhraseGre,
StructuralGre,
RelativeGre,
AdjectiveGre,
ConjunctionGre,
NumeralGre,
AdverbGre,
TenseGre,
TextGre,
IdiomGre,
QuestionGre
;