bug fixes relevant for Bronzeage. NB Bulgarian can be compiled separately with old lib

This commit is contained in:
aarne
2008-12-02 15:21:37 +00:00
parent 90ca53d18a
commit 2f7fd8a597
6 changed files with 22 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
--# -path=.:present:prelude
concrete BronzeageNor of Bronzeage = CatNor, SwadeshNor ** BronzeageI with
(Lang = LangNor) ** {
concrete BronzeageNor of Bronzeage = SwadeshNor ** BronzeageI with
(Syntax = SyntaxNor) ** open ResNor in {
flags language = nb_NO;
}

View File

@@ -1,7 +1,7 @@
--# -path=.:present:prelude
concrete BronzeageSpa of Bronzeage = CatSpa, SwadeshSpa ** BronzeageI with
(Lang = LangSpa) ** {
concrete BronzeageSpa of Bronzeage = SwadeshSpa ** BronzeageI with
(Syntax = SyntaxSpa) ** open ResSpa in {
flags language = es_ES;
}

View File

@@ -6,7 +6,9 @@ magnet:
# gfc --make -src --parser=off --name=fre BronzeageFre.gf +RTS -K100M
# gfc --make -src --erasing=on --name=bul BronzeageBul.gf
gfc --make -src --parser=off --name=fin BronzeageFin.gf
gfc --make -src --erasing=on --name=ger BronzeageGer.gf
gfc --make -src BronzeageEng.gf BronzeageSwe.gf BronzeageIta.gf
gfc --make --name=grammar fin.pgf ger.pgf Bronzeage.pgf
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
gfc --make --name=bronze eng.pgf fin.pgf ger.pgf rom.pgf scand.pgf

View File

@@ -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) ;

View File

@@ -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) ;

View File

@@ -45,7 +45,7 @@ lin pot01 =
<hundra True, NCard Fem> => "ciento" ;
_ => uno ! f ! g
} ;
n = Pl
n = Sg
} ;
lin pot0 d = {s = d.s ; n = Pl} ;