compoundPluralPhraseGrammarProd
grammar
compoundPluralPhrase(of)
:
NounPhraseWithVocab
simplePluralPhrase->np1_ ‘of’->of_ compoundNounPhrase->np2_
| simplePluralPhrase->np1_ ‘of’->of_ ‘the’->the_
compoundNounPhrase->np2_
grammar
compoundPluralPhrase(simple)
:
NounPhraseWithVocab
simplePluralPhrase->np_
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3