mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 14:16:31 -06:00
22 lines
314 B
Plaintext
22 lines
314 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete LangFre of Lang =
|
|
NounFre,
|
|
VerbFre,
|
|
AdjectiveFre,
|
|
AdverbFre,
|
|
-- NumeralFre,
|
|
SentenceFre,
|
|
-- QuestionFre,
|
|
-- RelativeFre,
|
|
-- ConjunctionFre,
|
|
-- PhraseFre,
|
|
-- TensedFre,
|
|
StructuralFre,
|
|
BasicFre
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|