



AnalyseToken (lines 672-682)
Back to List
Browsing parserm.h
0672 #Ifnot; ! Grammar__Version == 2
0673
0674 [ AnalyseToken token;
0675 if (token == ENDIT_TOKEN) {
0676 found_ttype = ELEMENTARY_TT;
0677 found_tdata = ENDIT_TOKEN;
0678 return;
0679 }
0680 found_ttype = (token->0) & $$1111;
0681 found_tdata = (token+1)-->0;
0682 ];
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.