/* * A n t l r T r a n s l a t i o n H e a d e r * * Terence Parr, Will Cohen, and Hank Dietz: 1989-1999 * Purdue University Electrical Engineering * With AHPCRC, University of Minnesota * ANTLR Version 1.33MR22 * * /usr/local/pccts/bin/antlr -mrhoist off t1.g * */ #define ANTLR_VERSION 13322 #include "pcctscfg.h" #include "pccts_stdio.h" extern int numtokens; #define zzSET_SIZE 4 #include "antlr.h" #include "tokens.h" #include "dlgdef.h" #include "mode.h" #ifndef PURIFY #define PURIFY(r,s) memset((char *) &(r),'\0',(s)); #endif /* ANTLR_INFO*/ int numtokens = 0; main (int argc, char *argv[]) { ANTLR (prog(), stdin); return(0); } void #ifdef __USE_PROTOS prog(void) #else prog() #endif { zzRULE; zzBLOCK(zztasp1); zzMake0; { printf("THE END!\n\n"); zzEXIT(zztasp1); return; fail: zzEXIT(zztasp1); zzsyn(zzMissText, zzBadTok, (ANTLRChar *)"", zzMissSet, zzMissTok, zzErrk, zzBadText); zzresynch(setwd1, 0x1); } }