language specific extensions started

This commit is contained in:
aarne
2006-06-03 21:23:22 +00:00
parent 477feb0af1
commit 2bfe0731c7
20 changed files with 90 additions and 66 deletions

View File

@@ -0,0 +1,2 @@
concrete ExtraScandSwe of ExtraScandAbs = CatSwe ** ExtraScand with
(ResScand = ResSwe) ;

View File

@@ -0,0 +1,3 @@
concrete ExtraSwe of ExtraSweAbs = ExtraScandSwe ** {
}

View File

@@ -0,0 +1,7 @@
--# -path=.:../scandinavian:../abstract:../common:prelude
concrete Swedish of SwedishAbs =
LangSwe,
-- IrregSwe,
ExtraSwe
** {} ;

View File

@@ -0,0 +1,5 @@
abstract SwedishAbs =
Lang,
--- IrregSweAbs,
ExtraSweAbs
** {} ;