1
0
forked from GitHub/gf-rgl

removed that-less variants of ComplVS and SlashV2S from VerbEng, and added constructors ComplBareVS and SlashBareV2S to Extra, so that the library user can control the presence of "that".

This commit is contained in:
aarne
2013-10-18 08:45:56 +00:00
parent eba599f2f1
commit 635252bb1f
6 changed files with 21 additions and 6 deletions

View File

@@ -86,4 +86,9 @@ abstract Extra = Cat ** {
PurposeVP : VP -> Adv ; -- to become happy
-- object S without "that"
ComplBareVS : VS -> S -> VP ; -- say she runs
SlashBareV2S : V2S -> S -> VPSlash ; -- answer (to him) it is good
}