DebugGrammarLine (lines 4289-4297)
Back to List
Browsing parserm.h
4289 [ DebugGrammarLine pcount;
4290 print " * ";
4291 for (:line_token-->pcount ~= ENDIT_TOKEN:pcount++)
4292 { if ((line_token-->pcount)->0 & $10) print "/ ";
4293 print (DebugToken) line_token-->pcount, " ";
4294 }
4295 print "-> ", (DebugAction) action_to_be;
4296 if (action_reversed) print " reverse";
4297 ];
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.