Files
gf-rgl/src/somali/GrammarSom.gf
2018-11-01 10:00:05 +01:00

21 lines
305 B
Plaintext

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