some more functions added to Slv by guessing and using Morgan Nilsson's grammar book

This commit is contained in:
aarne
2016-10-04 16:17:07 +00:00
parent 3e6f1f05f2
commit a533fc70d3
7 changed files with 33 additions and 8 deletions

View File

@@ -138,6 +138,8 @@ oper
mkV : (x1,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,x25 : Str) -> V = worstV ;
} ;
particleV : V -> Str -> V = \v,p -> v ** {p = p} ;
-- Regular verbs are formed from two forms. Infinitive and 3rd person singular presens.
regV : (_,_ : Str) -> V = \hoditi,hodi ->
@@ -209,7 +211,8 @@ oper
VImper2 Sg => imp2sg;
VImper2 Dl => imp2dl;
VImper2 Pl => imp2pl
}
} ;
p = [] ; ----AR: +p
};
--Imperative forms are formed separetely. Pattern matching performed on thirdpersonsingular verbform.