clause working with vp

This commit is contained in:
aarne
2005-02-04 20:07:45 +00:00
parent 0796338380
commit 977a7b6865
14 changed files with 60 additions and 25 deletions

View File

@@ -114,4 +114,13 @@ instance SyntaxDan of SyntaxScand = TypesDan **
{s3 = ["ved at"]}
)
(predVerbGroup True Simul verb) ;
progressiveClause : NounPhrase -> VerbPhrase -> Clause = \np,vp ->
predVerbGroupClause np
(complVerbVerb
(verbVara **
{s3 = ["ved at"]}
)
vp) ;
}