1
0
forked from GitHub/gf-rgl

(May) ComplSlash, prepositions and some V2s

This commit is contained in:
Inari Listenmaa
2020-08-18 20:57:15 +02:00
parent 6693a27d6c
commit c98f9a84d8
5 changed files with 25 additions and 17 deletions
+7 -2
View File
@@ -93,6 +93,11 @@ oper
obj = \\p => dengan + poss2str (Poss p)
} ;
emptyPrep : Preposition = {
s = [] ;
obj = \\_ => []
} ;
--------------------------------------------------------------------------------
-- Adjectives
@@ -108,8 +113,8 @@ oper
Verb : Type = {
s : VForm => Str
} ;
Verb2 : Type = Verb ; --** {c2 : Preposition} ;
Verb3 : Type = Verb2 ; -- ** {c3 : Preposition} ;
Verb2 : Type = Verb ** {c2 : Preposition} ;
Verb3 : Type = Verb2 ** {c3 : Preposition} ;
-- VV : Type = Verb ** {vvtype : VVForm} ;