terminalNounPhraseGrammarProd
grammar
terminalNounPhrase(allBut)
:
EverythingButProd
(‘all’ | ‘everything’) (‘but’ | ‘except’ | ‘except’ ‘for’)
exceptList->except_
grammar
terminalNounPhrase(anyBut)
:
IndefiniteNounButProd
‘any’ nounPhrase->np_
(‘but’ | ‘except’ | ‘except’ ‘for’ | ‘but’ ‘not’)
exceptList->except_
grammar
terminalNounPhrase(pluralExcept)
:
ListButProd
(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