mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
23 lines
349 B
Plaintext
23 lines
349 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],
|
|
IdiomFre,
|
|
StructuralFre,
|
|
TenseFre
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|