mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
bug fixes relevant for Bronzeage. NB Bulgarian can be compiled separately with old lib
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
--# -path=.:present:prelude
|
--# -path=.:present:prelude
|
||||||
|
|
||||||
concrete BronzeageNor of Bronzeage = CatNor, SwadeshNor ** BronzeageI with
|
concrete BronzeageNor of Bronzeage = SwadeshNor ** BronzeageI with
|
||||||
(Lang = LangNor) ** {
|
(Syntax = SyntaxNor) ** open ResNor in {
|
||||||
flags language = nb_NO;
|
flags language = nb_NO;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
--# -path=.:present:prelude
|
--# -path=.:present:prelude
|
||||||
|
|
||||||
concrete BronzeageSpa of Bronzeage = CatSpa, SwadeshSpa ** BronzeageI with
|
concrete BronzeageSpa of Bronzeage = SwadeshSpa ** BronzeageI with
|
||||||
(Lang = LangSpa) ** {
|
(Syntax = SyntaxSpa) ** open ResSpa in {
|
||||||
flags language = es_ES;
|
flags language = es_ES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,9 @@ magnet:
|
|||||||
# gfc --make -src --parser=off --name=fre BronzeageFre.gf +RTS -K100M
|
# gfc --make -src --parser=off --name=fre BronzeageFre.gf +RTS -K100M
|
||||||
# gfc --make -src --erasing=on --name=bul BronzeageBul.gf
|
# gfc --make -src --erasing=on --name=bul BronzeageBul.gf
|
||||||
gfc --make -src --parser=off --name=fin BronzeageFin.gf
|
gfc --make -src --parser=off --name=fin BronzeageFin.gf
|
||||||
gfc --make -src --erasing=on --name=ger BronzeageGer.gf
|
gfc --make -src --erasing=on --name=eng BronzeageEng.gf
|
||||||
gfc --make -src BronzeageEng.gf BronzeageSwe.gf BronzeageIta.gf
|
gfc --make -src --erasing=on --name=ger BronzeageGer.gf
|
||||||
gfc --make --name=grammar fin.pgf ger.pgf Bronzeage.pgf
|
gfc --make -src --erasing=on --name=scand BronzeageNor.gf BronzeageSwe.gf
|
||||||
|
gfc --make -src --name=rom BronzeageIta.gf BronzeageSpa.gf
|
||||||
|
gfc --make --name=bronze eng.pgf fin.pgf ger.pgf rom.pgf scand.pgf
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
--# -path=.:present:prelude
|
--# -path=.:present
|
||||||
|
|
||||||
|
concrete SwadeshNor of Swadesh = SwadeshI with
|
||||||
|
(L = LexiconNor),
|
||||||
|
(Lexicon = LexiconNor),
|
||||||
|
(Syntax = SyntaxNor) ;
|
||||||
|
|
||||||
concrete SwadeshNor of Swadesh = CatNor ** SwadeshI with
|
|
||||||
(Lang = LangNor) ;
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
--# -path=.:present:prelude
|
--# -path=.:present
|
||||||
|
|
||||||
|
concrete SwadeshSpa of Swadesh = SwadeshI with
|
||||||
|
(L = LexiconSpa),
|
||||||
|
(Lexicon = LexiconSpa),
|
||||||
|
(Syntax = SyntaxSpa) ;
|
||||||
|
|
||||||
concrete SwadeshSpa of Swadesh = CatSpa ** SwadeshI with
|
|
||||||
(Lang = LangSpa) ;
|
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ lin pot01 =
|
|||||||
<hundra True, NCard Fem> => "ciento" ;
|
<hundra True, NCard Fem> => "ciento" ;
|
||||||
_ => uno ! f ! g
|
_ => uno ! f ! g
|
||||||
} ;
|
} ;
|
||||||
n = Pl
|
n = Sg
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
lin pot0 d = {s = d.s ; n = Pl} ;
|
lin pot0 d = {s = d.s ; n = Pl} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user