terminalNounPhraseGrammarProd

grammar terminalNounPhrase(allBut) :   Production grammar.t[365]

('all' | 'everything') ('but' | 'except' | 'except' 'for')
exceptList->except_
grammar terminalNounPhrase(anyBut) :   Production grammar.t[379]
'any' nounPhrase->np_
('but' | 'except' | 'except' 'for' | 'but' 'not') exceptList->except_
grammar terminalNounPhrase(pluralExcept) :   Production grammar.t[373]
(qualifiedPluralNounPhrase->np_ | detPluralNounPhrase->np_)
('except' | 'except' 'for' | 'but' | 'but' 'not') exceptList->except_
Adv3Lite Library Reference Manual
Generated on 01/03/2024 from adv3Lite version 1.6.2