Updating romance langs (mkMU) (#442)

* updating romance langs for percentage in Spa

* Delete Setup_compare.hs
This commit is contained in:
Andrea Carrión
2023-09-12 10:29:33 +02:00
committed by GitHub
parent 03d3a8cbc2
commit 3640421022
17 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
--# -path=.:../romance:../abstract:../common:prelude
concrete CatSpa of Cat = CommonX -
[SC,Temp,TTAnt,Tense,TPres,TPast,TFut,TCond,Pol] ** CatRomance with
[SC,Temp,TTAnt,Tense,TPres,TPast,TFut,TCond,Pol,MU] ** CatRomance with
(ResRomance = ResSpa) ;
+1 -1
View File
@@ -11,7 +11,7 @@ concrete GrammarSpa of Grammar =
RelativeSpa,
ConjunctionSpa,
PhraseSpa,
TextSpa - [SC,Temp,Tense,Pol,PPos,PNeg], -- special punctuation
TextSpa - [SC,Temp,Tense,Pol,PPos,PNeg,MU], -- special punctuation
IdiomSpa,
StructuralSpa,
TenseSpa,
+1 -1
View File
@@ -618,6 +618,6 @@ oper
mk2V2 : V -> Prep -> V2 ;
dirV2 : V -> V2 ;
mkMU : Str -> MU = \s -> lin MU {s=s; isPre=False} ;
mkMU : Str -> MU = \s -> lin MU {s=s; isPre=False ; hasArt=False} ;
} ;