as a template for future Extend modules, added Dut and Spa

This commit is contained in:
Aarne Ranta
2017-08-20 19:25:24 +03:00
parent 6afcf80c04
commit c14b35d714
3 changed files with 33 additions and 1 deletions

16
src/spanish/ExtendSpa.gf Normal file
View File

@@ -0,0 +1,16 @@
--# -path=alltenses:../common:../abstract
concrete ExtendSpa of Extend =
CatSpa ** ExtendFunctor
-- - [] -- put the names of your own definitions here
with
(Grammar = GrammarSpa) **
open
GrammarSpa,
ResSpa,
Coordination,
Prelude,
ParadigmsSpa in {
-- put your own definitions here
}