VerbRuleGrammarProd

VerbRule(About)      // original source text
grammar VerbRule(About) :   VerbProduction      // after macro expansion grammar.t[2378]

'about'
VerbRule(Again)      // original source text
grammar VerbRule(Again) :   VerbProduction      // after macro expansion grammar.t[2279]
'again' | 'g'
VerbRule(AskAbout)      // original source text
grammar VerbRule(AskAbout) :   VerbProduction      // after macro expansion grammar.t[1879]
('ask' | 'a') singleDobj 'about' topicIobj
VerbRule(AskAboutImplicit)      // original source text
grammar VerbRule(AskAboutImplicit) :   VerbProduction      // after macro expansion grammar.t[1889]
('a' | ('ask' | 'tell' 'me') ('about')) topicIobj
VerbRule(AskAboutWhat)      // original source text
grammar VerbRule(AskAboutWhat) :   VerbProduction      // after macro expansion grammar.t[1899]
[badness 500] 'ask' singleDobj
VerbRule(AskFor)      // original source text
grammar VerbRule(AskFor) :   VerbProduction      // after macro expansion grammar.t[1846]
('ask' | 'a') singleDobj 'for' topicIobj
| ('ask' | 'a') 'for' topicIobj 'from' singleDobj
VerbRule(AskForImplicit)      // original source text
grammar VerbRule(AskForImplicit) :   VerbProduction      // after macro expansion grammar.t[1867]
('a' | 'ask') 'for' topicIobj
VerbRule(AskVague)      // original source text
grammar VerbRule(AskVague) :   VerbProduction      // after macro expansion grammar.t[1974]
[badness 500] 'ask' singleDobj topicIobj
VerbRule(AskWhomFor)      // original source text
grammar VerbRule(AskWhomFor) :   VerbProduction      // after macro expansion grammar.t[1857]
('ask' | 'a') 'for' topicIobj
VerbRule(Attach)      // original source text
grammar VerbRule(Attach) :   VerbProduction      // after macro expansion grammar.t[3006]
('attach' | 'connect') multiDobj
VerbRule(AttachTo)      // original source text
grammar VerbRule(AttachTo) :   VerbProduction      // after macro expansion grammar.t[2996]
('attach' | 'connect') multiDobj 'to' singleIobj
VerbRule(Attack)      // original source text
grammar VerbRule(Attack) :   VerbProduction      // after macro expansion grammar.t[2216]
('attack' | 'kill' | 'hit' | 'kick' | 'punch') singleDobj
VerbRule(AttackWith)      // original source text
grammar VerbRule(AttackWith) :   VerbProduction      // after macro expansion grammar.t[2225]
('attack' | 'kill' | 'hit' | 'strike')
singleDobj 'with' singleIobj
VerbRule(AuxQuery)      // original source text
grammar VerbRule(AuxQuery) :   VerbProduction      // after macro expansion grammar.t[1810]
('a' | 'ask'|) ('do' | 'does' | 'did' | 'is' | 'are'| 'have' | 'has' |'can' |
'could' | 'would' | 'should' | 'were' ) topicDobj
VerbRule(Board)      // original source text
grammar VerbRule(Board) :   VerbProduction      // after macro expansion grammar.t[3195]
('board'
| ('get' ('on' | 'onto' | 'on' 'to'))
| ('climb' ('on' | 'onto' | 'on' 'to')))
singleDobj
VerbRule(Break)      // original source text
grammar VerbRule(Break) :   VerbProduction      // after macro expansion grammar.t[2867]
('break' | 'ruin' | 'destroy' | 'wreck' | 'smash') multiDobj
VerbRule(Brief)      // original source text
grammar VerbRule(Brief) :   VerbProduction      // after macro expansion grammar.t[3450]
'brief' | 'terse'
VerbRule(Burn)      // original source text
grammar VerbRule(Burn) :   VerbProduction      // after macro expansion grammar.t[2839]
('burn' | 'ignite' | 'set' 'fire' 'to') multiDobj
VerbRule(BurnWith)      // original source text
grammar VerbRule(BurnWith) :   VerbProduction      // after macro expansion grammar.t[2847]
('light' | 'burn' | 'ignite' | 'set' 'fire' 'to') singleDobj
('with' | 'from') singleIobj
VerbRule(Clean)      // original source text
grammar VerbRule(Clean) :   VerbProduction      // after macro expansion grammar.t[2978]
'clean' multiDobj
VerbRule(CleanWith)      // original source text
grammar VerbRule(CleanWith) :   VerbProduction      // after macro expansion grammar.t[2986]
'clean' singleDobj 'with' singleIobj
VerbRule(Climb)      // original source text
grammar VerbRule(Climb) :   VerbProduction      // after macro expansion grammar.t[2935]
'climb' singleDobj
VerbRule(ClimbDown)      // original source text
grammar VerbRule(ClimbDown) :   VerbProduction      // after macro expansion grammar.t[2961]
('climb' | 'go' | 'walk') 'down' singleDobj
VerbRule(ClimbDownWhat)      // original source text
grammar VerbRule(ClimbDownWhat) :   VerbProduction      // after macro expansion grammar.t[2970]
('climb' | 'go' | 'walk') 'down'
VerbRule(ClimbUp)      // original source text
grammar VerbRule(ClimbUp) :   VerbProduction      // after macro expansion grammar.t[2944]
('climb' | 'go' | 'walk') 'up' singleDobj
VerbRule(ClimbUpWhat)      // original source text
grammar VerbRule(ClimbUpWhat) :   VerbProduction      // after macro expansion grammar.t[2953]
'climb' 'up'
VerbRule(Close)      // original source text
grammar VerbRule(Close) :   VerbProduction      // after macro expansion grammar.t[3042]
('close' | 'shut') multiDobj
VerbRule(CmdMenu)      // original source text
grammar VerbRule(CmdMenu) :   VerbProduction      // after macro expansion cmdhelp.t[845]
numericDobj
VerbRule(ConsultAbout)      // original source text
grammar VerbRule(ConsultAbout) :   VerbProduction      // after macro expansion grammar.t[2752]
'consult' singleDobj ('on' | 'about') topicIobj
| 'search' singleDobj 'for' topicIobj
VerbRule(ConsultWhatAbout)      // original source text
grammar VerbRule(ConsultWhatAbout) :   VerbProduction      // after macro expansion grammar.t[2773]
(('look' | 'l') ('up' | 'for')
| 'find'
| 'search' 'for'
| 'read' 'about')
topicIobj
| ('look' | 'l') topicIobj 'up'
VerbRule(Continue)      // original source text
grammar VerbRule(Continue) :   VerbProduction      // after macro expansion grammar.t[2479]
'continue' | 'c'
VerbRule(Credits)      // original source text
grammar VerbRule(Credits) :   VerbProduction      // after macro expansion grammar.t[2371]
'credits'
VerbRule(Cut)      // original source text
grammar VerbRule(Cut) :   VerbProduction      // after macro expansion grammar.t[2875]
[badness 500] 'cut' singleDobj
VerbRule(CutWith)      // original source text
grammar VerbRule(CutWith) :   VerbProduction      // after macro expansion grammar.t[2883]
'cut' singleDobj 'with' singleIobj
VerbRule(Debug)      // original source text
grammar VerbRule(Debug) :   VerbProduction      // after macro expansion debug.t[52]
'debug' literalDobj
VerbRule(DebugI)      // original source text
grammar VerbRule(DebugI) :   VerbProduction      // after macro expansion debug.t[105]
'debug'
VerbRule(Detach)      // original source text
grammar VerbRule(Detach) :   VerbProduction      // after macro expansion grammar.t[3026]
('detach' | 'disconnect') multiDobj
VerbRule(DetachFrom)      // original source text
grammar VerbRule(DetachFrom) :   VerbProduction      // after macro expansion grammar.t[3016]
('detach' | 'disconnect') multiDobj 'from' singleIobj
VerbRule(Dig)      // original source text
grammar VerbRule(Dig) :   VerbProduction      // after macro expansion grammar.t[2558]
('dig' | 'dig' 'in') singleDobj
VerbRule(DigWith)      // original source text
grammar VerbRule(DigWith) :   VerbProduction      // after macro expansion grammar.t[2567]
('dig' | 'dig' 'in') singleDobj 'with' singleIobj
VerbRule(Doff)      // original source text
grammar VerbRule(Doff) :   VerbProduction      // after macro expansion grammar.t[1749]
('doff' | 'take' 'off') multiDobj
| 'take' multiDobj 'off'
VerbRule(Drink)      // original source text
grammar VerbRule(Drink) :   VerbProduction      // after macro expansion grammar.t[2901]
('drink' | 'quaff' | 'imbibe') multiDobj
VerbRule(Drop)      // original source text
grammar VerbRule(Drop) :   VerbProduction      // after macro expansion grammar.t[1530]
('drop' | 'put' 'down' | 'set' 'down') multiDobj
| ('put' | 'set') multiDobj 'down'
VerbRule(Eat)      // original source text
grammar VerbRule(Eat) :   VerbProduction      // after macro expansion grammar.t[2893]
('eat' | 'consume') multiDobj
VerbRule(Enter)      // original source text
grammar VerbRule(Enter) :   VerbProduction      // after macro expansion grammar.t[3207]
('enter' | ('walk' | 'go' | 'get' | 'climb')
( 'in' | 'in' 'to' | 'into' | 'inside'))
singleDobj
VerbRule(EnterOn)      // original source text
grammar VerbRule(EnterOn) :   VerbProduction      // after macro expansion grammar.t[2722]
'enter' literalDobj
('on' | 'in' | 'in' 'to' | 'into' | 'with') singleIobj
VerbRule(Evaluate)      // original source text
grammar VerbRule(Evaluate) :   VerbProduction      // after macro expansion grammar.t[3491]
'eval' literalDobj
VerbRule(Examine)      // original source text
grammar VerbRule(Examine) :   VerbProduction      // after macro expansion grammar.t[1539]
('examine' | 'inspect' | 'x' | 'look' 'at' | 'l' 'at') multiDobj
VerbRule(Exits)      // original source text
grammar VerbRule(Exits) :   VerbProduction      // after macro expansion grammar.t[3397]
'exits'
VerbRule(ExitsColour)      // original source text
grammar VerbRule(ExitsColour) :   VerbProduction      // after macro expansion grammar.t[3416]
('exits'|'exit') ('color'|'colour') ('on' ->on_| 'off' ->on_ |
'blue' ->colour_ | 'red' -> colour_ |
'green' -> colour_ | 'yellow' ->
colour_)
VerbRule(ExitsMode)      // original source text
grammar VerbRule(ExitsMode) :   VerbProduction      // after macro expansion grammar.t[3404]
'exits' ('on'->on_ | 'all'->on_
| 'off'->off_ | 'none'->off_
| ('status' ('line' | ) | 'statusline') 'look'->on_
| 'look'->on_ ('status' ('line' | ) | 'statusline')
| 'status'->stat_ ('line' | ) | 'statusline'->stat_
| 'look'->look_)
VerbRule(Extinguish)      // original source text
grammar VerbRule(Extinguish) :   VerbProduction      // after macro expansion grammar.t[2858]
('extinguish' | 'douse' | 'put' 'out' | 'blow' 'out') multiDobj
| ('blow' | 'put') multiDobj 'out'
VerbRule(ExtraHints)      // original source text
grammar VerbRule(ExtraHints) :   VerbProduction      // after macro expansion grammar.t[3442]
('extra' | 'extras'| 'bonus') ('hint' | 'hints' |'tips' |'tip'| )
('on'->onOff | 'off'->onOff | )
VerbRule(Fasten)      // original source text
grammar VerbRule(Fasten) :   VerbProduction      // after macro expansion grammar.t[3225]
('fasten' | 'buckle' | 'buckle' 'up') multiDobj
VerbRule(FastenTo)      // original source text
grammar VerbRule(FastenTo) :   VerbProduction      // after macro expansion grammar.t[3233]
('fasten' | 'buckle') multiDobj 'to' singleIobj
VerbRule(Feel)      // original source text
grammar VerbRule(Feel) :   VerbProduction      // after macro expansion grammar.t[1611]
('feel' | 'touch') multiDobj
VerbRule(FiatLux)      // original source text
grammar VerbRule(FiatLux) :   VerbProduction      // after macro expansion grammar.t[3484]
'fiat' 'lux' | 'let' 'there' 'be' 'light'
VerbRule(Flip)      // original source text
grammar VerbRule(Flip) :   VerbProduction      // after macro expansion grammar.t[2795]
'flip' multiDobj
VerbRule(Follow)      // original source text
grammar VerbRule(Follow) :   VerbProduction      // after macro expansion grammar.t[2207]
'follow' singleDobj
VerbRule(Footnote)      // original source text
grammar VerbRule(Footnote) :   VerbProduction      // after macro expansion footnote.t[307]
('footnote' | 'note') numericDobj
VerbRule(FootnotesFull)      // original source text
grammar VerbRule(FootnotesFull) :   VerbProduction      // after macro expansion footnote.t[315]
'footnotes' 'full'
VerbRule(FootnotesMedium)      // original source text
grammar VerbRule(FootnotesMedium) :   VerbProduction      // after macro expansion footnote.t[322]
'footnotes' 'medium'
VerbRule(FootnotesOff)      // original source text
grammar VerbRule(FootnotesOff) :   VerbProduction      // after macro expansion footnote.t[329]
'footnotes' 'off'
VerbRule(FootnotesStatus)      // original source text
grammar VerbRule(FootnotesStatus) :   VerbProduction      // after macro expansion footnote.t[336]
'footnotes'
VerbRule(FullScore)      // original source text
grammar VerbRule(FullScore) :   VerbProduction      // after macro expansion grammar.t[2293]
'full' 'score' | 'fullscore' | 'full'
VerbRule(GetOff)      // original source text
grammar VerbRule(GetOff) :   VerbProduction      // after macro expansion grammar.t[3174]
'get' ('off' | 'off' 'of' | 'down' 'from') singleDobj
VerbRule(GetOut)      // original source text
grammar VerbRule(GetOut) :   VerbProduction      // after macro expansion grammar.t[3183]
'get' 'out'
| 'get' 'off'
| 'get' 'down'
| 'disembark'
| 'climb' 'out'
VerbRule(GetOutOf)      // original source text
grammar VerbRule(GetOutOf) :   VerbProduction      // after macro expansion grammar.t[3164]
('out' 'of' | 'get' 'out' 'of' | 'climb' 'out' 'of' | 'leave' | 'exit')
singleDobj
VerbRule(GiveTo)      // original source text
grammar VerbRule(GiveTo) :   VerbProduction      // after macro expansion grammar.t[2048]
('give' | 'offer') multiDobj 'to' singleIobj
VerbRule(GiveToImplicit)      // original source text
grammar VerbRule(GiveToImplicit) :   VerbProduction      // after macro expansion grammar.t[2069]
('give' | 'offer') multiDobj
VerbRule(GiveToType2)      // original source text
grammar VerbRule(GiveToType2) :   VerbProduction      // after macro expansion grammar.t[2057]
('give' | 'offer') singleIobj multiDobj
VerbRule(GoAlong)      // original source text
grammar VerbRule(GoAlong) :   VerbProduction      // after macro expansion grammar.t[2540]
('walk' | 'go' ) ('along')
singleDobj
VerbRule(GoBack)      // original source text
grammar VerbRule(GoBack) :   VerbProduction      // after macro expansion grammar.t[2551]
'back' | 'go' 'back' | 'return'
VerbRule(GoNear)      // original source text
grammar VerbRule(GoNear) :   VerbProduction      // after macro expansion grammar.t[3475]
('gonear' |'go' 'near'| 'gn') singleDobj
VerbRule(Goodbye)      // original source text
grammar VerbRule(Goodbye) :   VerbProduction      // after macro expansion grammar.t[2016]
('say' | ()) ('goodbye' | 'good-bye' | 'good' 'bye' | 'bye')
VerbRule(GoSomewhere)      // original source text
grammar VerbRule(GoSomewhere) :   VerbProduction      // after macro expansion newbie.t[780]
(('go' | 'walk' | 'proceed' | 'run') ( | ('to' 'the') )
('left' | 'right' | 'on' | 'onwards' | 'onward' | 'forward' | 'forwards' |
'around' | 'somewhere' | (('straight'| ) 'ahead'))) | ('turn'
('left'|'right'))
VerbRule(GoThrough)      // original source text
grammar VerbRule(GoThrough) :   VerbProduction      // after macro expansion grammar.t[2530]
('walk' | 'go' ) ('through' | 'thru')
singleDobj
VerbRule(GoTo)      // original source text
grammar VerbRule(GoTo) :   VerbProduction      // after macro expansion grammar.t[2468]
('go' 'to' | 'walk' 'to')
singleDobj
VerbRule(Hello)      // original source text
grammar VerbRule(Hello) :   VerbProduction      // after macro expansion grammar.t[2007]
('say' | ) ('hello' | 'hallo' | 'hi')
VerbRule(Help)      // original source text
grammar VerbRule(Help) :   VerbProduction      // after macro expansion newbie.t[582]
('help' | 'assist' | 'assistance' ) |
'how' ('do' | 'can' | 'does' | 'will' | 'shall' | 'could' | 'should' | 'may'
| 'must')
('i' | 'me' | 'he' | 'she' | 'it' | 'we' | 'you' | 'they' | 'person' | 'one'
| 'someone' | 'anyone' | 'somebody' | 'anybody') literalDobj
VerbRule(Hints)      // original source text
grammar VerbRule(Hints) :   VerbProduction      // after macro expansion grammar.t[3434]
'hint' | 'hints'
VerbRule(HintsOff)      // original source text
grammar VerbRule(HintsOff) :   VerbProduction      // after macro expansion grammar.t[3427]
'hints' 'off'
VerbRule(In)      // original source text
grammar VerbRule(In) :   VerbProduction      // after macro expansion grammar.t[2516]
'enter'
VerbRule(instructions)      // original source text
grammar VerbRule(instructions) :   VerbProduction      // after macro expansion instruct.t[998]
'instructions'
VerbRule(Intro)      // original source text
grammar VerbRule(Intro) :   VerbProduction      // after macro expansion newbie.t[631]
('show'|'view'|) ('brief'|) ('intro' | 'introduction')
VerbRule(Inventory)      // original source text
grammar VerbRule(Inventory) :   VerbProduction      // after macro expansion grammar.t[2236]
'i' | 'inv' | 'inventory' | 'take' 'inventory'
VerbRule(InventoryTall)      // original source text
grammar VerbRule(InventoryTall) :   VerbProduction      // after macro expansion grammar.t[2243]
('i' | 'inv' | 'inventory') 'tall'
VerbRule(InventoryWide)      // original source text
grammar VerbRule(InventoryWide) :   VerbProduction      // after macro expansion grammar.t[2250]
('i' | 'inv' | 'inventory') 'wide'
VerbRule(Jump)      // original source text
grammar VerbRule(Jump) :   VerbProduction      // after macro expansion grammar.t[2577]
'jump'
VerbRule(JumpOff)      // original source text
grammar VerbRule(JumpOff) :   VerbProduction      // after macro expansion grammar.t[2591]
'jump' 'off' singleDobj
VerbRule(JumpOffIntransitive)      // original source text
grammar VerbRule(JumpOffIntransitive) :   VerbProduction      // after macro expansion grammar.t[2584]
'jump' 'off'
VerbRule(JumpOver)      // original source text
grammar VerbRule(JumpOver) :   VerbProduction      // after macro expansion grammar.t[2600]
('jump' | 'jump' 'over') singleDobj
VerbRule(KeepGoing)      // original source text
grammar VerbRule(KeepGoing) :   VerbProduction      // after macro expansion newbie.t[495]
('keep' | 'continue') ('going'|'walking'|'running'|'heading') singleDir
| 'head' ('back' | ) singleDir
VerbRule(Kiss)      // original source text
grammar VerbRule(Kiss) :   VerbProduction      // after macro expansion grammar.t[1758]
'kiss' singleDobj
VerbRule(Lie)      // original source text
grammar VerbRule(Lie) :   VerbProduction      // after macro expansion grammar.t[3133]
'lie' 'down'
VerbRule(LieIn)      // original source text
grammar VerbRule(LieIn) :   VerbProduction      // after macro expansion grammar.t[3122]
'lie' ('in' | 'down' 'in')
singleDobj
VerbRule(LieOn)      // original source text
grammar VerbRule(LieOn) :   VerbProduction      // after macro expansion grammar.t[3112]
'lie' ('on' | 'down' 'on' )
singleDobj
VerbRule(Light)      // original source text
grammar VerbRule(Light) :   VerbProduction      // after macro expansion grammar.t[2823]
'light' multiDobj
VerbRule(Listen)      // original source text
grammar VerbRule(Listen) :   VerbProduction      // after macro expansion grammar.t[1650]
'listen' | 'hear'
VerbRule(ListenTo)      // original source text
grammar VerbRule(ListenTo) :   VerbProduction      // after macro expansion grammar.t[1642]
('hear' | 'listen' 'to' ) multiDobj
VerbRule(ListRelations)      // original source text
grammar VerbRule(ListRelations) :   VerbProduction      // after macro expansion relations.t[830]
('list'|) 'relations'
VerbRule(ListTests)      // original source text
grammar VerbRule(ListTests) :   VerbProduction      // after macro expansion debug.t[433]
('list' | 'l') 'tests' (| 'fully' -> fully)
VerbRule(Lock)      // original source text
grammar VerbRule(Lock) :   VerbProduction      // after macro expansion grammar.t[3050]
'lock' multiDobj
VerbRule(LockWith)      // original source text
grammar VerbRule(LockWith) :   VerbProduction      // after macro expansion grammar.t[3066]
'lock' singleDobj 'with' singleIobj
VerbRule(Look)      // original source text
grammar VerbRule(Look) :   VerbProduction      // after macro expansion grammar.t[2265]
'look' | 'look' 'around' | 'l' | 'l' 'around'
VerbRule(LookBehind)      // original source text
grammar VerbRule(LookBehind) :   VerbProduction      // after macro expansion grammar.t[1603]
('search' | 'look' | 'l') 'behind' multiDobj
VerbRule(LookHere)      // original source text
grammar VerbRule(LookHere) :   VerbProduction      // after macro expansion newbie.t[427]
('l' | 'look' | 'search') ('here'->placeName|'there'->placeName)
VerbRule(LookIn)      // original source text
grammar VerbRule(LookIn) :   VerbProduction      // after macro expansion grammar.t[1570]
('look' | 'l') ('in' | 'inside') multiDobj
VerbRule(LookThrough)      // original source text
grammar VerbRule(LookThrough) :   VerbProduction      // after macro expansion grammar.t[1587]
('look' | 'l' | 'peer') ('through' | 'thru' | 'out') multiDobj
VerbRule(LookUnder)      // original source text
grammar VerbRule(LookUnder) :   VerbProduction      // after macro expansion grammar.t[1595]
('search' | 'look' | 'l') 'under' multiDobj
VerbRule(LookUp)      // original source text
grammar VerbRule(LookUp) :   VerbProduction      // after macro expansion grammar.t[2762]
(('look' | 'l') ('up' | 'for') | 'find' | 'search' 'for' | 'read' 'about')
topicIobj ('in' | 'on') singleDobj
| ('look' | 'l') topicIobj 'up' ('in' | 'on') singleDobj
VerbRule(LookX)      // original source text
grammar VerbRule(LookX) :   VerbProduction      // after macro expansion grammar.t[1547]
('look'|'l') multiDobj
VerbRule(Move)      // original source text
grammar VerbRule(Move) :   VerbProduction      // after macro expansion grammar.t[2625]
'move' multiDobj
VerbRule(MoveTo)      // original source text
grammar VerbRule(MoveTo) :   VerbProduction      // after macro expansion grammar.t[2633]
('push' | 'move') multiDobj ('to' | 'under') singleIobj
VerbRule(MoveWith)      // original source text
grammar VerbRule(MoveWith) :   VerbProduction      // after macro expansion grammar.t[2642]
'move' singleDobj 'with' singleIobj
VerbRule(No)      // original source text
grammar VerbRule(No) :   VerbProduction      // after macro expansion grammar.t[2032]
'no' | 'negative' | 'say' 'no'
VerbRule(Notify)      // original source text
grammar VerbRule(Notify) :   VerbProduction      // after macro expansion grammar.t[2300]
'notify'
VerbRule(NotifyOff)      // original source text
grammar VerbRule(NotifyOff) :   VerbProduction      // after macro expansion grammar.t[2314]
'notify' 'off'
VerbRule(NotifyOn)      // original source text
grammar VerbRule(NotifyOn) :   VerbProduction      // after macro expansion grammar.t[2307]
'notify' 'on'
VerbRule(Open)      // original source text
grammar VerbRule(Open) :   VerbProduction      // after macro expansion grammar.t[3034]
'open' multiDobj
VerbRule(Out)      // original source text
grammar VerbRule(Out) :   VerbProduction      // after macro expansion grammar.t[2523]
'exit' | 'leave'
VerbRule(PlugIn)      // original source text
grammar VerbRule(PlugIn) :   VerbProduction      // after macro expansion grammar.t[3283]
'plug' multiDobj 'in'
| 'plug' 'in' multiDobj
VerbRule(PlugInto)      // original source text
grammar VerbRule(PlugInto) :   VerbProduction      // after macro expansion grammar.t[3261]
'plug' multiDobj ('in' | 'into' | 'in' 'to') singleIobj
VerbRule(PlugIntoWhat)      // original source text
grammar VerbRule(PlugIntoWhat) :   VerbProduction      // after macro expansion grammar.t[3271]
[badness 500] 'plug' multiDobj
VerbRule(Pour)      // original source text
grammar VerbRule(Pour) :   VerbProduction      // after macro expansion grammar.t[2909]
'pour' multiDobj
VerbRule(PourInto)      // original source text
grammar VerbRule(PourInto) :   VerbProduction      // after macro expansion grammar.t[2917]
'pour' multiDobj ('in' | 'into' | 'in' 'to') singleIobj
VerbRule(PourOnto)      // original source text
grammar VerbRule(PourOnto) :   VerbProduction      // after macro expansion grammar.t[2926]
'pour' multiDobj ('on' | 'onto' | 'on' 'to') singleIobj
VerbRule(Pull)      // original source text
grammar VerbRule(Pull) :   VerbProduction      // after macro expansion grammar.t[2617]
'pull' multiDobj
VerbRule(Purloin)      // original source text
grammar VerbRule(Purloin) :   VerbProduction      // after macro expansion grammar.t[3467]
('purloin' | 'pn') singleDobj
VerbRule(Push)      // original source text
grammar VerbRule(Push) :   VerbProduction      // after macro expansion grammar.t[2609]
('push' | 'press') multiDobj
VerbRule(PushTravelClimbDown)      // original source text
grammar VerbRule(PushTravelClimbDown) :   VerbProduction      // after macro expansion grammar.t[3388]
('push' | 'pull' | 'drag' | 'move') singleDobj
'down' singleIobj
VerbRule(PushTravelClimbUp)      // original source text
grammar VerbRule(PushTravelClimbUp) :   VerbProduction      // after macro expansion grammar.t[3379]
('push' | 'pull' | 'drag' | 'move') singleDobj
'up' singleIobj
VerbRule(PushTravelDir)      // original source text
grammar VerbRule(PushTravelDir) :   VerbProduction      // after macro expansion grammar.t[3345]
('push' | 'pull' | 'drag' | 'move') singleDobj singleDir
VerbRule(PushTravelEnter)      // original source text
grammar VerbRule(PushTravelEnter) :   VerbProduction      // after macro expansion grammar.t[3360]
('push' | 'pull' | 'drag' | 'move') singleDobj
('in' | 'into' | 'in' 'to') singleIobj
VerbRule(PushTravelGetOutOf)      // original source text
grammar VerbRule(PushTravelGetOutOf) :   VerbProduction      // after macro expansion grammar.t[3369]
('push' | 'pull' | 'drag' | 'move') singleDobj
'out' ('of' | ) singleIobj
VerbRule(PushTravelThrough)      // original source text
grammar VerbRule(PushTravelThrough) :   VerbProduction      // after macro expansion grammar.t[3351]
('push' | 'pull' | 'drag' | 'move') singleDobj
('through' | 'thru') singleIobj
VerbRule(PutBehind)      // original source text
grammar VerbRule(PutBehind) :   VerbProduction      // after macro expansion grammar.t[1688]
('put' | 'place' | 'set') multiDobj 'behind' singleIobj
VerbRule(PutIn)      // original source text
grammar VerbRule(PutIn) :   VerbProduction      // after macro expansion grammar.t[1658]
('put' | 'place' | 'set' | 'insert') multiDobj
('in' | 'into' | 'in' 'to' | 'inside' | 'inside' 'of') singleIobj
VerbRule(PutOn)      // original source text
grammar VerbRule(PutOn) :   VerbProduction      // after macro expansion grammar.t[1668]
('put' | 'place' | 'drop' | 'set') multiDobj
('on' | 'onto' | 'on' 'to' | 'upon') singleIobj
| 'put' multiDobj 'down' 'on' singleIobj
VerbRule(PutUnder)      // original source text
grammar VerbRule(PutUnder) :   VerbProduction      // after macro expansion grammar.t[1679]
('put' | 'place' | 'set') multiDobj 'under' singleIobj
VerbRule(PutWhere)      // original source text
grammar VerbRule(PutWhere) :   VerbProduction      // after macro expansion grammar.t[1697]
[badness 500] ('put' | 'place') multiDobj
VerbRule(Query)      // original source text
grammar VerbRule(Query) :   VerbProduction      // after macro expansion grammar.t[1766]
('a' | 'ask') ('what' ->qtype | 'who' ->qtype | 'where' -> qtype | 'why'
->qtype | 'when' -> qtype| 'how' -> qtype | 'whether' ->
qtype | 'if' -> qtype) topicDobj
VerbRule(Query2)      // original source text
grammar VerbRule(Query2) :   VerbProduction      // after macro expansion grammar.t[1777]
('what' ->qtype | 'who' ->qtype | 'where' -> qtype | 'why'
->qtype | 'when' -> qtype| 'how' -> qtype) topicDobj
VerbRule(QueryAbout)      // original source text
grammar VerbRule(QueryAbout) :   VerbProduction      // after macro expansion grammar.t[1787]
('a' | 'ask') singleDobj ('what' ->qtype | 'who' ->qtype |
'where' -> qtype | 'why'
->qtype | 'when' -> qtype| 'how' -> qtype | 'whether' ->
qtype | 'if' -> qtype) topicIobj
VerbRule(QueryVague)      // original source text
grammar VerbRule(QueryVague) :   VerbProduction      // after macro expansion grammar.t[1799]
('a' | 'ask'|) ('what' ->qType | 'who' ->qtype | 'where' -> qtype | 'why'
->qType | 'when' -> qtype| 'how' -> qtype | 'whether' ->
qtype | 'if' -> qtype)
VerbRule(Quit)      // original source text
grammar VerbRule(Quit) :   VerbProduction      // after macro expansion grammar.t[2272]
'quit' | 'q'
VerbRule(Read)      // original source text
grammar VerbRule(Read) :   VerbProduction      // after macro expansion grammar.t[1562]
'read' multiDobj
VerbRule(Record)      // original source text
grammar VerbRule(Record) :   VerbProduction      // after macro expansion grammar.t[2406]
'record' | 'record' 'on'
VerbRule(RecordEvents)      // original source text
grammar VerbRule(RecordEvents) :   VerbProduction      // after macro expansion grammar.t[2420]
'record' 'events' | 'record' 'events' 'on'
VerbRule(RecordEventsString)      // original source text
grammar VerbRule(RecordEventsString) :   VerbProduction      // after macro expansion grammar.t[2427]
'record' 'events' quotedStringPhrase->fname_
VerbRule(RecordOff)      // original source text
grammar VerbRule(RecordOff) :   VerbProduction      // after macro expansion grammar.t[2434]
'record' 'off'
VerbRule(RecordString)      // original source text
grammar VerbRule(RecordString) :   VerbProduction      // after macro expansion grammar.t[2413]
'record' quotedStringPhrase->fname_
VerbRule(RelationDetails)      // original source text
grammar VerbRule(RelationDetails) :   VerbProduction      // after macro expansion relations.t[935]
('relation' | 'relations' | 'rel') literalDobj
VerbRule(Remove)      // original source text
grammar VerbRule(Remove) :   VerbProduction      // after macro expansion grammar.t[1522]
'remove' multiDobj
VerbRule(ReplayQuiet)      // original source text
grammar VerbRule(ReplayQuiet) :   VerbProduction      // after macro expansion grammar.t[2452]
'rq' (quotedStringPhrase->fname_ | )
VerbRule(ReplayString)      // original source text
grammar VerbRule(ReplayString) :   VerbProduction      // after macro expansion grammar.t[2441]
'replay' ('quiet'->quiet_ | 'nonstop'->nonstop_ | )
(quotedStringPhrase->fname_ | )
VerbRule(Restart)      // original source text
grammar VerbRule(Restart) :   VerbProduction      // after macro expansion grammar.t[2350]
'restart'
VerbRule(Restore)      // original source text
grammar VerbRule(Restore) :   VerbProduction      // after macro expansion grammar.t[2335]
'restore'
VerbRule(RestoreString)      // original source text
grammar VerbRule(RestoreString) :   VerbProduction      // after macro expansion grammar.t[2342]
'restore' quotedStringPhrase->fname_
VerbRule(Sample)      // original source text
grammar VerbRule(Sample) :   VerbProduction      // after macro expansion newbie.t[643]
('show'|'view'|) 'sample' ('transcript' | )
VerbRule(Save)      // original source text
grammar VerbRule(Save) :   VerbProduction      // after macro expansion grammar.t[2321]
'save'
VerbRule(SaveString)      // original source text
grammar VerbRule(SaveString) :   VerbProduction      // after macro expansion grammar.t[2328]
'save' quotedStringPhrase->fname_
VerbRule(Say)      // original source text
grammar VerbRule(Say) :   VerbProduction      // after macro expansion grammar.t[2111]
'say' ('that' |) topicDobj
VerbRule(SayTo)      // original source text
grammar VerbRule(SayTo) :   VerbProduction      // after macro expansion grammar.t[2119]
'say' ('that' |) topicIobj 'to' singleDobj
VerbRule(Score)      // original source text
grammar VerbRule(Score) :   VerbProduction      // after macro expansion grammar.t[2286]
'score' | 'status'
VerbRule(Screw)      // original source text
grammar VerbRule(Screw) :   VerbProduction      // after macro expansion grammar.t[3309]
'screw' multiDobj
VerbRule(ScrewWith)      // original source text
grammar VerbRule(ScrewWith) :   VerbProduction      // after macro expansion grammar.t[3317]
'screw' multiDobj 'with' singleIobj
VerbRule(ScriptOff)      // original source text
grammar VerbRule(ScriptOff) :   VerbProduction      // after macro expansion grammar.t[2399]
'script' 'off' | 'unscript'
VerbRule(ScriptOn)      // original source text
grammar VerbRule(ScriptOn) :   VerbProduction      // after macro expansion grammar.t[2385]
'script' | 'script' 'on'
VerbRule(ScriptString)      // original source text
grammar VerbRule(ScriptString) :   VerbProduction      // after macro expansion grammar.t[2392]
'script' quotedStringPhrase->fname_
VerbRule(Search)      // original source text
grammar VerbRule(Search) :   VerbProduction      // after macro expansion grammar.t[1579]
'search' multiDobj
VerbRule(Seek)      // original source text
grammar VerbRule(Seek) :   VerbProduction      // after macro expansion newbie.t[1056]
('seek' | ('hunt' 'for')) topicDobj
VerbRule(Set)      // original source text
grammar VerbRule(Set) :   VerbProduction      // after macro expansion grammar.t[2680]
'set' multiDobj
VerbRule(SetTo)      // original source text
grammar VerbRule(SetTo) :   VerbProduction      // after macro expansion grammar.t[2688]
'set' singleDobj 'to' literalIobj
VerbRule(ShowTo)      // original source text
grammar VerbRule(ShowTo) :   VerbProduction      // after macro expansion grammar.t[2079]
'show' multiDobj 'to' singleIobj
VerbRule(ShowToImplicit)      // original source text
grammar VerbRule(ShowToImplicit) :   VerbProduction      // after macro expansion grammar.t[2100]
'show' multiDobj
VerbRule(ShowToType2)      // original source text
grammar VerbRule(ShowToType2) :   VerbProduction      // after macro expansion grammar.t[2088]
'show' singleIobj multiDobj
VerbRule(Sit)      // original source text
grammar VerbRule(Sit) :   VerbProduction      // after macro expansion grammar.t[3106]
'sit' ( | 'down')
VerbRule(SitIn)      // original source text
grammar VerbRule(SitIn) :   VerbProduction      // after macro expansion grammar.t[3096]
'sit' ('in' | 'down' 'in')
singleDobj
VerbRule(SitOn)      // original source text
grammar VerbRule(SitOn) :   VerbProduction      // after macro expansion grammar.t[3086]
'sit' ('on' | 'down' 'on' )
singleDobj
VerbRule(Sleep)      // original source text
grammar VerbRule(Sleep) :   VerbProduction      // after macro expansion grammar.t[3218]
'sleep'
VerbRule(Smell)      // original source text
grammar VerbRule(Smell) :   VerbProduction      // after macro expansion grammar.t[1635]
'smell' | 'sniff'
VerbRule(SmellSomething)      // original source text
grammar VerbRule(SmellSomething) :   VerbProduction      // after macro expansion grammar.t[1627]
('smell' | 'sniff') multiDobj
VerbRule(Stand)      // original source text
grammar VerbRule(Stand) :   VerbProduction      // after macro expansion grammar.t[3157]
'stand' | 'stand' 'up' | 'get' 'up'
VerbRule(StandIn)      // original source text
grammar VerbRule(StandIn) :   VerbProduction      // after macro expansion grammar.t[3148]
'stand' ('in' | 'into' | 'in' 'to') singleDobj
VerbRule(StandOn)      // original source text
grammar VerbRule(StandOn) :   VerbProduction      // after macro expansion grammar.t[3139]
'stand' ('on' | 'onto' | 'on' 'to' ) singleDobj
VerbRule(Strike)      // original source text
grammar VerbRule(Strike) :   VerbProduction      // after macro expansion grammar.t[2831]
'strike' multiDobj
VerbRule(Switch)      // original source text
grammar VerbRule(Switch) :   VerbProduction      // after macro expansion grammar.t[2787]
'switch' multiDobj
VerbRule(SwitchOff)      // original source text
grammar VerbRule(SwitchOff) :   VerbProduction      // after macro expansion grammar.t[2813]
('deactivate' | ('turn' | 'switch') 'off') multiDobj
| ('turn' | 'switch') multiDobj 'off'
VerbRule(SwitchOn)      // original source text
grammar VerbRule(SwitchOn) :   VerbProduction      // after macro expansion grammar.t[2803]
('activate' | ('turn' | 'switch') 'on') multiDobj
| ('turn' | 'switch') multiDobj 'on'
VerbRule(Take)      // original source text
grammar VerbRule(Take) :   VerbProduction      // after macro expansion grammar.t[1503]
('take' | 'pick' 'up' | 'get') multiDobj
| 'pick' multiDobj 'up'
VerbRule(TakeFrom)      // original source text
grammar VerbRule(TakeFrom) :   VerbProduction      // after macro expansion grammar.t[1512]
('take' | 'get') multiDobj
('from' | 'out' 'of' | 'off' | 'off' 'of') singleIobj
| 'remove' multiDobj 'from' singleIobj
VerbRule(TalkAbout)      // original source text
grammar VerbRule(TalkAbout) :   VerbProduction      // after macro expansion grammar.t[1955]
'talk' 'to' singleDobj 'about' topicIobj
VerbRule(TalkAboutImplicit)      // original source text
grammar VerbRule(TalkAboutImplicit) :   VerbProduction      // after macro expansion grammar.t[1965]
'talk' 'about' topicIobj
VerbRule(TalkTo)      // original source text
grammar VerbRule(TalkTo) :   VerbProduction      // after macro expansion grammar.t[1991]
('greet' | 'say' 'hello' 'to' | 'talk' 'to') singleDobj
VerbRule(Taste)      // original source text
grammar VerbRule(Taste) :   VerbProduction      // after macro expansion grammar.t[1619]
'taste' multiDobj
VerbRule(TellAbout)      // original source text
grammar VerbRule(TellAbout) :   VerbProduction      // after macro expansion grammar.t[1913]
('tell' | 't') singleDobj 'about' topicIobj
VerbRule(TellAboutImplicit)      // original source text
grammar VerbRule(TellAboutImplicit) :   VerbProduction      // after macro expansion grammar.t[1923]
('t' | 'tell' 'about') topicIobj
VerbRule(TellAboutWhat)      // original source text
grammar VerbRule(TellAboutWhat) :   VerbProduction      // after macro expansion grammar.t[1932]
[badness 500] 'tell' singleDobj
VerbRule(TellThat)      // original source text
grammar VerbRule(TellThat) :   VerbProduction      // after macro expansion grammar.t[2127]
'tell' singleDobj 'that' topicIobj
VerbRule(TellTo)      // original source text
grammar VerbRule(TellTo) :   VerbProduction      // after macro expansion grammar.t[1946]
'tell' singleDobj 'to' literalIobj
VerbRule(TellVague)      // original source text
grammar VerbRule(TellVague) :   VerbProduction      // after macro expansion grammar.t[1982]
('tell'|'t') singleDobj topicIobj
VerbRule(Test)      // original source text
grammar VerbRule(Test) :   VerbProduction      // after macro expansion debug.t[466]
'test' literalDobj
VerbRule(Think)      // original source text
grammar VerbRule(Think) :   VerbProduction      // after macro expansion grammar.t[2135]
'think' | 'ponder' | 'cogitate'
VerbRule(ThinkAbout)      // original source text
grammar VerbRule(ThinkAbout) :   VerbProduction      // after macro expansion grammar.t[2142]
('think' | 'ponder' | 'cogitate') 'about' topicDobj
VerbRule(Throw)      // original source text
grammar VerbRule(Throw) :   VerbProduction      // after macro expansion grammar.t[2151]
('throw' | 'toss') multiDobj
VerbRule(ThrowAt)      // original source text
grammar VerbRule(ThrowAt) :   VerbProduction      // after macro expansion grammar.t[2159]
('throw' | 'toss') multiDobj 'at' singleIobj
VerbRule(ThrowDir)      // original source text
grammar VerbRule(ThrowDir) :   VerbProduction      // after macro expansion grammar.t[2189]
('throw' | 'toss') multiDobj ('to' ('the' | ) | ) singleDir
VerbRule(ThrowDirDown)      // original source text
grammar VerbRule(ThrowDirDown) :   VerbProduction      // after macro expansion grammar.t[2199]
'throw' ('down' | 'd') multiDobj
VerbRule(ThrowTo)      // original source text
grammar VerbRule(ThrowTo) :   VerbProduction      // after macro expansion grammar.t[2168]
('throw' | 'toss') multiDobj 'to' singleIobj
VerbRule(ThrowToType2)      // original source text
grammar VerbRule(ThrowToType2) :   VerbProduction      // after macro expansion grammar.t[2177]
'throw' singleIobj multiDobj
VerbRule(ToggleDiaambigEnum)      // original source text
grammar VerbRule(ToggleDiaambigEnum) :   VerbProduction      // after macro expansion grammar.t[2460]
('toggle' |) ('disambig' | 'disambiguation') ('enum' | 'enumeration')
VerbRule(Topics)      // original source text
grammar VerbRule(Topics) :   VerbProduction      // after macro expansion grammar.t[2000]
'topics'
VerbRule(Travel)      // original source text
grammar VerbRule(Travel) :   VerbProduction      // after macro expansion grammar.t[2495]
(('go' | 'walk' | 'run') singleDir) | singleDir
VerbRule(Turn)      // original source text
grammar VerbRule(Turn) :   VerbProduction      // after macro expansion grammar.t[2652]
('turn' | 'twist' | 'rotate') multiDobj
VerbRule(TurnTo)      // original source text
grammar VerbRule(TurnTo) :   VerbProduction      // after macro expansion grammar.t[2670]
('turn' | 'twist' | 'rotate') singleDobj
'to' literalIobj
VerbRule(TurnWith)      // original source text
grammar VerbRule(TurnWith) :   VerbProduction      // after macro expansion grammar.t[2660]
('turn' | 'twist' | 'rotate') singleDobj 'with' singleIobj
VerbRule(TypeLiteralOn)      // original source text
grammar VerbRule(TypeLiteralOn) :   VerbProduction      // after macro expansion grammar.t[2705]
'type' literalDobj 'on' singleIobj
VerbRule(TypeLiteralOnWhat)      // original source text
grammar VerbRule(TypeLiteralOnWhat) :   VerbProduction      // after macro expansion grammar.t[2714]
[badness 500] 'type' literalDobj
VerbRule(TypeOn)      // original source text
grammar VerbRule(TypeOn) :   VerbProduction      // after macro expansion grammar.t[2697]
'type' 'on' singleDobj
VerbRule(Undo)      // original source text
grammar VerbRule(Undo) :   VerbProduction      // after macro expansion grammar.t[2357]
'undo'
VerbRule(Unfasten)      // original source text
grammar VerbRule(Unfasten) :   VerbProduction      // after macro expansion grammar.t[3243]
('unfasten' | 'unbuckle') multiDobj
VerbRule(UnfastenFrom)      // original source text
grammar VerbRule(UnfastenFrom) :   VerbProduction      // after macro expansion grammar.t[3251]
('unfasten' | 'unbuckle') multiDobj 'from' singleIobj
VerbRule(Unlock)      // original source text
grammar VerbRule(Unlock) :   VerbProduction      // after macro expansion grammar.t[3058]
'unlock' multiDobj
VerbRule(UnlockWith)      // original source text
grammar VerbRule(UnlockWith) :   VerbProduction      // after macro expansion grammar.t[3076]
'unlock' singleDobj 'with' singleIobj
VerbRule(Unplug)      // original source text
grammar VerbRule(Unplug) :   VerbProduction      // after macro expansion grammar.t[3301]
'unplug' multiDobj
VerbRule(UnplugFrom)      // original source text
grammar VerbRule(UnplugFrom) :   VerbProduction      // after macro expansion grammar.t[3292]
'unplug' multiDobj 'from' singleIobj
VerbRule(Unscrew)      // original source text
grammar VerbRule(Unscrew) :   VerbProduction      // after macro expansion grammar.t[3327]
'unscrew' multiDobj
VerbRule(UnscrewWith)      // original source text
grammar VerbRule(UnscrewWith) :   VerbProduction      // after macro expansion grammar.t[3335]
'unscrew' multiDobj 'with' singleIobj
VerbRule(VagueTravel)      // original source text
grammar VerbRule(VagueTravel) :   VerbProduction      // after macro expansion grammar.t[2486]
'go' | 'walk' | 'run'
VerbRule(Verbose)      // original source text
grammar VerbRule(Verbose) :   VerbProduction      // after macro expansion grammar.t[3457]
'verbose' | 'wordy'
VerbRule(Version)      // original source text
grammar VerbRule(Version) :   VerbProduction      // after macro expansion grammar.t[2364]
'version'
VerbRule(Wait)      // original source text
grammar VerbRule(Wait) :   VerbProduction      // after macro expansion grammar.t[2258]
'z' | 'wait'
VerbRule(Wear)      // original source text
grammar VerbRule(Wear) :   VerbProduction      // after macro expansion grammar.t[1740]
('wear' | 'don' | 'put' 'on') multiDobj
| 'put' multiDobj 'on'
VerbRule(WhatAmICarrying)      // original source text
grammar VerbRule(WhatAmICarrying) :   VerbProduction      // after macro expansion newbie.t[693]
'what' ('am'|'are') ('i'|'we'|'you') ('carrying' | 'holding')
| 'what' 'do' ('i'|'we'|'you') 'have'
| 'what' 'have' ('i'|'we'|'you') 'got'
VerbRule(WhatIsNoun)      // original source text
grammar VerbRule(WhatIsNoun) :   VerbProduction      // after macro expansion newbie.t[657]
('whats' | 'what' ('is'|'are')) multiDobj
VerbRule(WhatNext)      // original source text
grammar VerbRule(WhatNext) :   VerbProduction      // after macro expansion newbie.t[603]
'what' ('next' | 'now') |
'what' ('should' | 'can' | 'do' | 'does' | 'am' | 'is')
('i' | 'one' |'anyone' | 'someone')
(('meant' 'to')|) ('do' | 'try') ('next' | 'now'|)
VerbRule(WhatsHere)      // original source text
grammar VerbRule(WhatsHere) :   VerbProduction      // after macro expansion newbie.t[818]
'what' 'is' 'here'
| 'whats' 'here'
VerbRule(WhatsThePoint)      // original source text
grammar VerbRule(WhatsThePoint) :   VerbProduction      // after macro expansion newbie.t[724]
('whats' | 'what' 'is') ('the'|) ('point' | 'idea' | 'goal' | 'purpose')
(literalDobj | )
VerbRule(WhatThisGame)      // original source text
grammar VerbRule(WhatThisGame) :   VerbProduction      // after macro expansion newbie.t[741]
('whats' | 'what' ('is'|'are')) ('the' | 'these' | 'this' |)
('game' | 'story' | 'program' | 'games' | ('interactive' 'fiction'))
('for' | 'about' | )
VerbRule(WhereAmI)      // original source text
grammar VerbRule(WhereAmI) :   VerbProduction      // after macro expansion newbie.t[808]
'where' ('are' | 'am' | 'is') ('i' | 'we')
VerbRule(WhereGo)      // original source text
grammar VerbRule(WhereGo) :   VerbProduction      // after macro expansion newbie.t[869]
'where' ('can' | 'do' | 'does' | 'should') ('i' | 'we' | 'one'| 'anyone')
'go'
VerbRule(WhereHelp)      // original source text
grammar VerbRule(WhereHelp) :   VerbProduction      // after macro expansion newbie.t[557]
'where' ('can' | 'do' | 'does' | 'should')
('i' | 'we' | 'one' | 'anyone'| 'someone')
('get' | 'find' | 'obtain')
('help' | 'assistance' | 'instructions')
(literalDobj | )
VerbRule(WhoAmI)      // original source text
grammar VerbRule(WhoAmI) :   VerbProduction      // after macro expansion newbie.t[846]
('who'| 'what') ('am'|'is') ('i'|'me')
VerbRule(Write)      // original source text
grammar VerbRule(Write) :   VerbProduction      // after macro expansion grammar.t[2742]
'write' literalDobj
VerbRule(WriteOn)      // original source text
grammar VerbRule(WriteOn) :   VerbProduction      // after macro expansion grammar.t[2733]
'write' literalDobj ('on' | 'in') singleIobj
VerbRule(Yell)      // original source text
grammar VerbRule(Yell) :   VerbProduction      // after macro expansion grammar.t[2041]
'yell' | 'scream' | 'shout' | 'holler'
VerbRule(Yes)      // original source text
grammar VerbRule(Yes) :   VerbProduction      // after macro expansion grammar.t[2023]
'yes' | 'affirmative' | 'say' 'yes'
Adv3Lite Library Reference Manual
Generated on 01/03/2024 from adv3Lite version 1.6.2