Debugging verbs (lines 56-110)
Back to List
Browsing Grammar.h
056 ! Debugging grammar
057 ! ----------------------------------------------------------------------------
058
059 #ifdef DEBUG;
060 Verb meta 'trace'
061 * -> TraceOn
062 * number -> TraceLevel
063 * 'on' -> TraceOn
064 * 'off' -> TraceOff;
065 Verb meta 'actions'
066 * -> ActionsOn
067 * 'on' -> ActionsOn
068 * 'off' -> ActionsOff;
069 Verb meta 'routines' 'messages'
070 * -> RoutinesOn
071 * 'on' -> RoutinesOn
072 * 'off' -> RoutinesOff;
073 Verb meta 'timers' 'daemons'
074 * -> TimersOn
075 * 'on' -> TimersOn
076 * 'off' -> TimersOff;
077 Verb meta 'changes'
078 * -> ChangesOn
079 * 'on' -> ChangesOn
080 * 'off' -> ChangesOff;
081 Verb meta 'recording'
082 * -> CommandsOn
083 * 'on' -> CommandsOn
084 * 'off' -> CommandsOff;
085 Verb meta 'replay'
086 * -> CommandsRead;
087 Verb meta 'random'
088 * -> Predictable;
089 Verb meta 'purloin'
090 * multi -> XPurloin;
091 Verb meta 'abstract'
092 * noun 'to' noun -> XAbstract;
093 Verb meta 'tree'
094 * -> XTree
095 * noun -> XTree;
096 Verb meta 'goto'
097 * number -> Goto;
098 Verb meta 'gonear'
099 * noun -> Gonear;
100 Verb meta 'scope'
101 * -> Scope
102 * noun -> Scope;
103 Verb meta 'showverb'
104 * special -> Showverb;
105 Verb meta 'showobj'
106 * -> Showobj
107 * multi -> Showobj;
108 #endif;
109
110 ! ----------------------------------------------------------------------------
Last updated 27 February 2004.
This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation.
Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight.