qualifiedPluralNounPhraseGrammarProd
grammar
qualifiedPluralNounPhrase(all)
:
AllPluralProd
‘all’ detPluralNounPhrase->np_
| ‘all’ ‘of’ explicitDetPluralNounPhrase->np_
grammar
qualifiedPluralNounPhrase(allNum)
:
ExactQuantifiedPluralProd
‘all’ numberPhrase->quant_ indetPluralNounPhrase->np_
| ‘all’ numberPhrase->quant_ ‘of’
explicitDetPluralNounPhrase->np_
grammar
qualifiedPluralNounPhrase(anyNum)
:
QuantifiedPluralProd
(‘any’ | ) numberPhrase->quant_ indetPluralNounPhrase->np_
| (‘any’ | ) numberPhrase->quant_ ‘of’
explicitDetPluralNounPhrase->np_
grammar
qualifiedPluralNounPhrase(both)
:
BothPluralProd
‘both’ detPluralNounPhrase->np_
| ‘both’ ‘of’ explicitDetPluralNounPhrase->np_
grammar
qualifiedPluralNounPhrase(determiner)
:
LayeredNounPhraseProd
(‘any’ | ) detPluralOnlyNounPhrase->np_
grammar
qualifiedPluralNounPhrase(theOnesIn)
:
AllInContainerNounPhraseProd
(‘the’ ‘ones’ (‘that’ (‘are’ | ‘were’) | )
| (‘everything’ | ‘all’)
(‘that’ (‘is’ | ‘was’) | ‘that’ tokApostropheS | ))
(‘in’ | ‘inside’ | ‘inside’ ‘of’ | ‘on’ | ‘from’)
completeNounPhraseWithoutAll->cont_
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3