mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 06:19:33 -06:00
23 lines
363 B
Plaintext
23 lines
363 B
Plaintext
--# -path=.:../french:../romance:../abstract:../common:prelude
|
|
|
|
concrete MinimalFre of Minimal =
|
|
NounFre,
|
|
VerbFre,
|
|
AdjectiveFre,
|
|
AdverbFre,
|
|
NumeralFre,
|
|
SentenceFre,
|
|
QuestionFre,
|
|
RelativeFre,
|
|
ConjunctionFre,
|
|
PhraseFre,
|
|
TextX,
|
|
StructuralFre,
|
|
IdiomFre,
|
|
LexiconFre
|
|
** {
|
|
|
|
flags startcat = Phr ; -- unlexer = text ; lexer = text ;
|
|
|
|
} ;
|