Greek by Ioanna Papodopoulou - complete, 27th RGL language

This commit is contained in:
aarne
2013-04-25 13:22:28 +00:00
parent bfb81a5bb6
commit b65ff494e6
44 changed files with 8355 additions and 493 deletions
+12
View File
@@ -0,0 +1,12 @@
resource MakeStructuralGre = open CatGre, ParadigmsGre, ResGre, Prelude in {
oper
mkSubj : Str -> Subj = \x ->
{s = x ; m = Ind ; lock_Subj = <>} ;
mkConj : Str -> Str -> Number -> Conj = \x,y,n ->
{s1 = x ; s2 = y ; n = n ; lock_Conj = <>} ;
}