mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
language specific extensions started
This commit is contained in:
2
lib/resource-1.0/swedish/ExtraScandSwe.gf
Normal file
2
lib/resource-1.0/swedish/ExtraScandSwe.gf
Normal file
@@ -0,0 +1,2 @@
|
||||
concrete ExtraScandSwe of ExtraScandAbs = CatSwe ** ExtraScand with
|
||||
(ResScand = ResSwe) ;
|
||||
3
lib/resource-1.0/swedish/ExtraSwe.gf
Normal file
3
lib/resource-1.0/swedish/ExtraSwe.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
concrete ExtraSwe of ExtraSweAbs = ExtraScandSwe ** {
|
||||
|
||||
}
|
||||
7
lib/resource-1.0/swedish/Swedish.gf
Normal file
7
lib/resource-1.0/swedish/Swedish.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
--# -path=.:../scandinavian:../abstract:../common:prelude
|
||||
|
||||
concrete Swedish of SwedishAbs =
|
||||
LangSwe,
|
||||
-- IrregSwe,
|
||||
ExtraSwe
|
||||
** {} ;
|
||||
5
lib/resource-1.0/swedish/SwedishAbs.gf
Normal file
5
lib/resource-1.0/swedish/SwedishAbs.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract SwedishAbs =
|
||||
Lang,
|
||||
--- IrregSweAbs,
|
||||
ExtraSweAbs
|
||||
** {} ;
|
||||
Reference in New Issue
Block a user