Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

DebugGrammarLine (lines 5320-5328)

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. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.