mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-20 09:16:02 -06:00
18 lines
226 B
Plaintext
18 lines
226 B
Plaintext
concrete GrammarSqi of Grammar =
|
|
NounSqi,
|
|
VerbSqi,
|
|
AdjectiveSqi,
|
|
AdverbSqi,
|
|
SentenceSqi,
|
|
QuestionSqi,
|
|
RelativeSqi,
|
|
ConjunctionSqi,
|
|
NumeralSqi,
|
|
PhraseSqi,
|
|
IdiomSqi,
|
|
NamesSqi,
|
|
StructuralSqi
|
|
** {
|
|
|
|
} ;
|