completeNounPhraseWithoutAllGrammarProd
grammar
completeNounPhraseWithoutAll(her)
:
HerProd
‘her’
grammar
completeNounPhraseWithoutAll(herself)
:
HerselfProd
‘herself’
grammar
completeNounPhraseWithoutAll(him)
:
HimProd
‘him’
grammar
completeNounPhraseWithoutAll(himself)
:
HimselfProd
‘himself’
grammar
completeNounPhraseWithoutAll(it)
:
ItProd
‘it’
grammar
completeNounPhraseWithoutAll(itself)
:
ItselfProd
‘itself’
grammar
completeNounPhraseWithoutAll(me)
:
MeProd
‘me’ | ‘myself’
grammar
completeNounPhraseWithoutAll(qualified)
:
LayeredNounPhraseProd
qualifiedNounPhrase->np_
grammar
completeNounPhraseWithoutAll(them)
:
ThemProd
‘them’
grammar
completeNounPhraseWithoutAll(themselves)
:
ThemselvesProd
‘themself’ | ‘themselves’
grammar
completeNounPhraseWithoutAll(yourself)
:
YouProd
‘yourself’ | ‘yourselves’ | ‘you’
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3