terminalNounPhraseGrammarProd
grammar
terminalNounPhrase(allBut)
:
Production
(‘all’ | ‘everything’) (‘but’ | ‘except’ | ‘except’ ‘for’)
exceptList->except_
grammar
terminalNounPhrase(anyBut)
:
Production
‘any’ nounPhrase->np_
(‘but’ | ‘except’ | ‘except’ ‘for’ | ‘but’ ‘not’)
exceptList->except_
grammar
terminalNounPhrase(pluralExcept)
:
Production
(qualifiedPluralNounPhrase->np_ | detPluralNounPhrase->np_)
(‘except’ | ‘except’ ‘for’ | ‘but’ | ‘but’ ‘not’)
exceptList->except_
Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1