



DebugGrammarLine (lines 5320-5328)
Back to List
Browsing parserm.h
5320 [ DebugGrammarLine pcount;
5321 print " * ";
5322 for (: line_token-->pcount ~= ENDIT_TOKEN : pcount++) {
5323 if ((line_token-->pcount)->0 & $10) print "/ ";
5324 print (DebugToken) line_token-->pcount, " ";
5325 }
5326 print "-> ", (DebugAction) action_to_be;
5327 if (action_reversed) print " reverse";
5328 ];
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 assisted by C Knight.