terminalNounPhraseGrammarProd

grammar terminalNounPhrase(allBut) :   EverythingButProd

en_us.t[5675]

(‘all’ | ‘everything’) (‘but’ | ‘except’ | ‘except’ ‘for’)
exceptList->except_

grammar terminalNounPhrase(anyBut) :   IndefiniteNounButProd

en_us.t[5694]

‘any’ nounPhrase->np_
(‘but’ | ‘except’ | ‘except’ ‘for’ | ‘but’ ‘not’) exceptList->except_

grammar terminalNounPhrase(pluralExcept) :   ListButProd

en_us.t[5685]

(qualifiedPluralNounPhrase->np_ | detPluralNounPhrase->np_)
(‘except’ | ‘except’ ‘for’ | ‘but’ | ‘but’ ‘not’) exceptList->except_

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3