forked from GitHub/gf-core
make Romanian compilable for present, and Bronzeage for most languages
This commit is contained in:
8
examples/bronzeage/BronzeageBul.gf
Normal file
8
examples/bronzeage/BronzeageBul.gf
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
--# -path=.:minimal:present
|
||||||
|
|
||||||
|
concrete BronzeageBul of Bronzeage = SwadeshBul **
|
||||||
|
BronzeageI
|
||||||
|
with
|
||||||
|
(Syntax = SyntaxBul) ** open ResBul,ParamX in {
|
||||||
|
}
|
||||||
|
|
||||||
6
examples/bronzeage/BronzeageCat.gf
Normal file
6
examples/bronzeage/BronzeageCat.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:present
|
||||||
|
|
||||||
|
concrete BronzeageCat of Bronzeage = SwadeshCat ** BronzeageI with
|
||||||
|
(Syntax = SyntaxCat) ** open ResCat in {
|
||||||
|
}
|
||||||
|
|
||||||
6
examples/bronzeage/BronzeageRon.gf
Normal file
6
examples/bronzeage/BronzeageRon.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:present
|
||||||
|
|
||||||
|
concrete BronzeageRon of Bronzeage = SwadeshRon ** BronzeageI with
|
||||||
|
(Syntax = SyntaxRon) ** open ResRon in {
|
||||||
|
}
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:present
|
--# -path=.:minimal:present
|
||||||
|
|
||||||
concrete BronzeageRus of Bronzeage = SwadeshRus ** BronzeageI with
|
concrete BronzeageRus of Bronzeage = SwadeshRus ** BronzeageI with
|
||||||
(Syntax = SyntaxRus) ** open ResRus in {
|
(Syntax = SyntaxRus) ** open ResRus in {
|
||||||
|
|||||||
@@ -1,14 +1,4 @@
|
|||||||
# notice: GF_LIB_PATH has to point to GF/lib
|
|
||||||
|
|
||||||
all: magnet
|
all: magnet
|
||||||
|
|
||||||
magnet:
|
magnet:
|
||||||
# gfc --make -src --parser=off --name=fre BronzeageFre.gf +RTS -K100M
|
gf -make BronzeageBul.gf BronzeageDan.gf BronzeageEng.gf BronzeageCat.gf BronzeageFre.gf BronzeageGer.gf BronzeageIta.gf BronzeageNor.gf BronzeageRus.gf BronzeageSpa.gf BronzeageSwe.gf +RTS -K100M
|
||||||
# gfc --make -src --erasing=on --name=bul BronzeageBul.gf
|
|
||||||
gfc --make -src --erasing=on --name=fin BronzeageFin.gf +RTS -K100M
|
|
||||||
gfc --make -src --erasing=on --name=eng BronzeageEng.gf
|
|
||||||
gfc --make -src --erasing=on --name=ger BronzeageGer.gf
|
|
||||||
gfc --make -src --erasing=on --name=scand BronzeageNor.gf BronzeageSwe.gf
|
|
||||||
gfc --make -src --name=rom BronzeageIta.gf BronzeageSpa.gf BronzeageFre.gf
|
|
||||||
gfc --make --name=bronze eng.pgf fin.pgf ger.pgf rom.pgf scand.pgf
|
|
||||||
|
|
||||||
|
|||||||
5
examples/bronzeage/SwadeshBul.gf
Normal file
5
examples/bronzeage/SwadeshBul.gf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
--# -path=.:minimal:present
|
||||||
|
|
||||||
|
concrete SwadeshBul of Swadesh = SwadeshI with
|
||||||
|
(Lexicon = LexiconBul),
|
||||||
|
(Syntax = SyntaxBul) ;
|
||||||
5
examples/bronzeage/SwadeshCat.gf
Normal file
5
examples/bronzeage/SwadeshCat.gf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
--# -path=.:present
|
||||||
|
|
||||||
|
concrete SwadeshCat of Swadesh = SwadeshI with
|
||||||
|
(Lexicon = LexiconCat),
|
||||||
|
(Syntax = SyntaxCat) ;
|
||||||
5
examples/bronzeage/SwadeshRon.gf
Normal file
5
examples/bronzeage/SwadeshRon.gf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
--# -path=.:present
|
||||||
|
|
||||||
|
concrete SwadeshRon of Swadesh = SwadeshI with
|
||||||
|
(Lexicon = LexiconRon),
|
||||||
|
(Syntax = SyntaxRon) ;
|
||||||
Reference in New Issue
Block a user