mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-15 18:10:12 -06:00
24 lines
364 B
Plaintext
24 lines
364 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete GrammarFre of Grammar =
|
|
NounFre,
|
|
VerbFre,
|
|
AdjectiveFre,
|
|
AdverbFre,
|
|
NumeralFre,
|
|
SentenceFre,
|
|
QuestionFre,
|
|
RelativeFre,
|
|
ConjunctionFre,
|
|
PhraseFre,
|
|
TextX - [SC,Temp,Tense,Pol,PPos,PNeg,MU],
|
|
IdiomFre,
|
|
StructuralFre,
|
|
TenseFre,
|
|
NamesFre
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|