mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
swadesh migrated
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--# -path=.:compiled:resource-1.0/swadesh
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageEng of Stoneage = StoneageI with
|
||||
(Lang = LangEng),
|
||||
|
||||
6
examples/stoneage1/StoneageFin.gf
Normal file
6
examples/stoneage1/StoneageFin.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:compiled:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageFin of Stoneage = StoneageI with
|
||||
(Lang = LangFin),
|
||||
(Swadesh = SwadeshFin) ;
|
||||
|
||||
6
examples/stoneage1/StoneageFre.gf
Normal file
6
examples/stoneage1/StoneageFre.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageFre of Stoneage = StoneageI with
|
||||
(Lang = LangFre),
|
||||
(Swadesh = SwadeshFre) ;
|
||||
|
||||
6
examples/stoneage1/StoneageIta.gf
Normal file
6
examples/stoneage1/StoneageIta.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageIta of Stoneage = StoneageI with
|
||||
(Lang = LangIta),
|
||||
(Swadesh = SwadeshIta) ;
|
||||
|
||||
6
examples/stoneage1/StoneageNor.gf
Normal file
6
examples/stoneage1/StoneageNor.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageNor of Stoneage = StoneageI with
|
||||
(Lang = LangNor),
|
||||
(Swadesh = SwadeshNor) ;
|
||||
|
||||
6
examples/stoneage1/StoneageSpa.gf
Normal file
6
examples/stoneage1/StoneageSpa.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageSpa of Stoneage = StoneageI with
|
||||
(Lang = LangSpa),
|
||||
(Swadesh = SwadeshSpa) ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:compiled:resource-1.0/swadesh
|
||||
--# -path=.:compiled:prelude:resource-1.0/swadesh
|
||||
|
||||
concrete StoneageSwe of Stoneage = StoneageI with
|
||||
(Lang = LangSwe),
|
||||
|
||||
Reference in New Issue
Block a user