mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 04:32:50 -06:00
22 lines
324 B
Plaintext
22 lines
324 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 ;
|
|
|
|
} ;
|