mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
added questions and relative clauses
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
concrete IdiomMkd of Idiom = CatMkd ** open Prelude,ResMkd in {
|
||||
|
||||
lin ProgrVP vp = {
|
||||
lin ProgrVP vp = vp ** {
|
||||
present = \\a,n,p => vp.present ! Imperfective ! n ! p ;
|
||||
aorist = vp.aorist ;
|
||||
imperfect = \\a,n,p => vp.imperfect ! Imperfective ! n ! p ;
|
||||
imperative = \\a,n => vp.imperative ! Imperfective ! n ;
|
||||
participle = {aorist = \\a,gn => vp.participle.aorist ! Imperfective ! gn ;
|
||||
perfect = \\a => vp.participle.perfect ! Imperfective ;
|
||||
imperfect = \\a => vp.participle.imperfect ! Imperfective}
|
||||
imperfect = \\a => vp.participle.imperfect ! Imperfective ;
|
||||
adjectival = vp.participle.adjectival ;
|
||||
adverbial = vp.participle.adverbial}
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user