C:/Users/Dennis/src/lang/russell.orig/src/pass1/scanner/restab.c File Reference

#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)))


Variable Documentation

int nresids = (sizeof residtab) / (2 * (sizeof (int)))

Definition at line 44 of file restab.c.

Referenced by yylex().

int nresops = (sizeof resoptab) / (2 * (sizeof (int)))

Definition at line 56 of file restab.c.

Referenced by yylex().

int residtab[]

Definition at line 10 of file restab.c.

Referenced by yylex().

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().


Generated on Fri Jan 25 10:39:49 2008 for russell by  doxygen 1.5.4