mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 19:18:34 -06:00
23 lines
321 B
Plaintext
23 lines
321 B
Plaintext
--# -path=.:../abstract:../common:../bantu:prelude
|
|
|
|
concrete GrammarSwa of Grammar =
|
|
NounSwa,
|
|
VerbSwa,
|
|
AdjectiveSwa,
|
|
AdverbSwa,
|
|
NumeralSwa,
|
|
SentenceSwa,
|
|
QuestionSwa,
|
|
RelativeSwa,
|
|
ConjunctionSwa,
|
|
PhraseSwa,
|
|
TextX,
|
|
StructuralSwa,
|
|
IdiomSwa,
|
|
TenseX,
|
|
NamesSwa
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
} ;
|