mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
22 lines
369 B
Plaintext
22 lines
369 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete GrammarFre of Grammar =
|
|
NounFre,
|
|
VerbFre,
|
|
AdjectiveFre,
|
|
AdverbFre,
|
|
NumeralFre,
|
|
SentenceFre,
|
|
QuestionFre,
|
|
RelativeFre,
|
|
ConjunctionFre,
|
|
PhraseFre,
|
|
TextX - [Tense,TPres,TPast,TFut,TCond],
|
|
IdiomFre,
|
|
StructuralFre
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|