Files
gf-rgl/src/somali/GrammarSom.gf
2019-09-10 17:03:31 +02:00

21 lines
315 B
Plaintext

concrete GrammarSom of Grammar =
NounSom,
VerbSom,
AdjectiveSom,
AdverbSom,
NumeralSom,
SentenceSom,
QuestionSom,
RelativeSom,
ConjunctionSom,
PhraseSom,
TextX - [Adv,IAdv],
StructuralSom,
IdiomSom,
TenseX - [Adv,IAdv]
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;