Files
gf-rgl/src/somali/GrammarSom.gf
T

22 lines
327 B
Plaintext

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