mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Cat,Ita) add stub implementations of Extend
- using ExtendRomanceFunctor - can't compile ExtendFre using ExtendRomanceFunctor though..
This commit is contained in:
@@ -4,4 +4,5 @@ concrete AllCat of AllCatAbs =
|
||||
LangCat,
|
||||
IrregCat,
|
||||
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,
|
||||
-- IrregIta,
|
||||
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