14 lines
276 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#include "y4.h"
void aoutput(void)
{
/* this version is for C */
/* write out the optimized parser */
fprintf( ftable, "# define YYLAST %d\n", maxa-a+1 );
arout( "yyact", a, (maxa-a)+1 );
arout( "yypact", pa, nstate );
arout( "yypgo", pgo, nnonter+1 );
}