source: trunk/third/enscript/states/gram.h @ 17620

Revision 17620, 719 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17619, which included commits to RCS files with non-trunk default branches.
Line 
1typedef union
2{
3  List *lst;
4  Node *node;
5  Cons *cons;
6  Stmt *stmt;
7  Expr *expr;
8} YYSTYPE;
9#define tSYMBOL 258
10#define tREGEXP 259
11#define tSTRING 260
12#define tINTEGER        261
13#define tREAL   262
14#define tSUB    263
15#define tSTATE  264
16#define tSTART  265
17#define tSTARTRULES     266
18#define tNAMERULES      267
19#define tBEGIN  268
20#define tEND    269
21#define tRETURN 270
22#define tIF     271
23#define tELSE   272
24#define tLOCAL  273
25#define tWHILE  274
26#define tFOR    275
27#define tADDASSIGN      276
28#define tSUBASSIGN      277
29#define tMULASSIGN      278
30#define tDIVASSIGN      279
31#define tOR     280
32#define tAND    281
33#define tEQ     282
34#define tNE     283
35#define tGE     284
36#define tLE     285
37#define tDIV    286
38#define tPLUSPLUS       287
39#define tMINUSMINUS     288
40
41
42extern YYSTYPE yylval;
Note: See TracBrowser for help on using the repository browser.