AnalyseToken (lines 534-545)
Back to List
Browsing parserm.h
0534 #Ifnot;
0535 [ AnalyseToken token;
0536
0537 if (token == ENDIT_TOKEN)
0538 { found_ttype = ELEMENTARY_TT;
0539 found_tdata = ENDIT_TOKEN;
0540 return;
0541 }
0542
0543 found_ttype = (token->0) & $$1111;
0544 found_tdata = (token+1)-->0;
0545 ];
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.