added noun compound form to Swe; commented out Constructions and Documentation in Lang concretes, because their presence makes it impossible to bootstrap the compilation of the library, causing new makes of the library to fail (to be fixed)

This commit is contained in:
aarne
2013-12-15 20:11:19 +00:00
parent db278b0393
commit 85d4212a91
13 changed files with 78 additions and 40 deletions

View File

@@ -142,6 +142,7 @@ incomplete concrete NounScand of Noun =
s = f.s ;
g = f.g ;
c2 = f.c2 ;
co = f.co ;
isMod = False
} ;
@@ -149,6 +150,7 @@ incomplete concrete NounScand of Noun =
s = f.s ;
g = f.g ;
c2 = f.c3 ;
co = f.co ;
isMod = False
} ;
@@ -163,6 +165,7 @@ incomplete concrete NounScand of Noun =
s = \\n,d,c => f.s ! n ! d ! Nom ++ f.c2.s ++ x.s ! accusative ;
g = f.g ;
c2 = f.c3 ;
co = f.co ;
isMod = False
} ;

View File

@@ -14,7 +14,7 @@ interface ResScand = DiffScand ** open CommonScand, Prelude in {
p = P3
} ;
Noun = {s : Number => Species => Case => Str ; g : NGender} ;
Noun = {s : Number => Species => Case => Str ; g : NGender ; co : Str} ; -- co = compounding form
-- needed for VP conjunction
param