mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Cat,Ita) add stub implementations of Extend
- using ExtendRomanceFunctor - can't compile ExtendFre using ExtendRomanceFunctor though..
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
concrete AllCat of AllCatAbs =
|
concrete AllCat of AllCatAbs =
|
||||||
LangCat,
|
LangCat,
|
||||||
IrregCat,
|
IrregCat,
|
||||||
ExtraCat
|
ExtraCat
|
||||||
** {} ;
|
** open ExtendCat
|
||||||
|
in {} ;
|
||||||
|
|||||||
19
src/catalan/ExtendCat.gf
Normal file
19
src/catalan/ExtendCat.gf
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
--# -path=alltenses:../common:../abstract:../romance
|
||||||
|
concrete ExtendCat of Extend = CatCat ** ExtendRomanceFunctor-- -
|
||||||
|
-- [
|
||||||
|
-- ]
|
||||||
|
-- don't forget to put the names of your own
|
||||||
|
-- definitions here
|
||||||
|
with
|
||||||
|
(Grammar = GrammarCat), (Syntax = SyntaxCat), (ResRomance = ResCat) **
|
||||||
|
open
|
||||||
|
GrammarCat,
|
||||||
|
ResCat,
|
||||||
|
MorphoCat,
|
||||||
|
Coordination,
|
||||||
|
Prelude,
|
||||||
|
ParadigmsCat in {
|
||||||
|
-- put your own definitions here
|
||||||
|
|
||||||
|
|
||||||
|
} ;
|
||||||
@@ -4,4 +4,5 @@ concrete AllIta of AllItaAbs =
|
|||||||
LangIta,
|
LangIta,
|
||||||
-- IrregIta,
|
-- IrregIta,
|
||||||
ExtraIta
|
ExtraIta
|
||||||
** {} ;
|
** open ExtendIta
|
||||||
|
in {} ;
|
||||||
|
|||||||
19
src/italian/ExtendIta.gf
Normal file
19
src/italian/ExtendIta.gf
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
--# -path=alltenses:../common:../abstract:../romance
|
||||||
|
concrete ExtendIta of Extend = CatIta ** ExtendRomanceFunctor-- -
|
||||||
|
-- [
|
||||||
|
-- ]
|
||||||
|
-- don't forget to put the names of your own
|
||||||
|
-- definitions here
|
||||||
|
with
|
||||||
|
(Grammar = GrammarIta), (Syntax = SyntaxIta), (ResRomance = ResIta) **
|
||||||
|
open
|
||||||
|
GrammarIta,
|
||||||
|
ResIta,
|
||||||
|
MorphoIta,
|
||||||
|
Coordination,
|
||||||
|
Prelude,
|
||||||
|
ParadigmsIta in {
|
||||||
|
-- put your own definitions here
|
||||||
|
|
||||||
|
|
||||||
|
} ;
|
||||||
Reference in New Issue
Block a user