#include "../parser/y.tab.h"Go to the source code of this file.
Variables | |
| int | residtab [] |
| int | nresids = (sizeof residtab) / (2 * (sizeof (int))) |
| int | resoptab [] |
| int | nresops = (sizeof resoptab) / (2 * (sizeof (int))) |
| int resoptab[] |
Initial value:
{
(int)":", COLON,
(int)"<<", LEFT_ANGLE_BRACKET,
(int)"==", EQUALS_EQUALS,
(int)"===", EQUALS_EQUALS_EQUALS,
(int)"==>", RIGHT_ARROW,
(int)">>", RIGHT_ANGLE_BRACKET,
}
Definition at line 47 of file restab.c.
Referenced by yylex().
1.5.4