demo grammars for some new languages

This commit is contained in:
aarne
2008-06-23 09:08:31 +00:00
parent 133680fe20
commit 2a2e985f0e
13 changed files with 112 additions and 17 deletions

View File

@@ -6,4 +6,15 @@ lin
PredAP s a = PredVP s (UseComp (CompAP a)) ;
PredAdv s a = PredVP s (UseComp (CompAdv a)) ;
UseCl = Grammar.UseCl ;
QuestV np v = QuestVP np (UseV v) ;
QuestV2 s v o = QuestVP s (ComplSlash (SlashV2a v) o) ;
QuestV2Slash ip s v = QuestSlash ip (SlashVP s (SlashV2a v)) ;
UseQCl = Grammar.UseQCl ;
ImpV v = ImpVP (UseV v) ;
ImpV2 v o = ImpVP (ComplSlash (SlashV2a v) o) ;
}