terminalNounPhraseGrammarProd

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

('all' | 'everything') ('but' | 'except' | 'except' 'for')
exceptList->except_
grammar terminalNounPhrase(anyBut) :   Production grammar.t[391]
'any' nounPhrase->np_
('but' | 'except' | 'except' 'for' | 'but' 'not') exceptList->except_
grammar terminalNounPhrase(pluralExcept) :   Production grammar.t[385]
(qualifiedPluralNounPhrase->np_ | detPluralNounPhrase->np_)
('except' | 'except' 'for' | 'but' | 'but' 'not') exceptList->except_
Adv3Lite Library Reference Manual
Generated on 26/02/2025 from adv3Lite version 2.2