C:/Users/Dennis/src/lang/russell.orig/src/pass1/scanner/scan.h File Reference

Go to the source code of this file.

Defines

#define EOFCC   -1
#define BADCC   0
#define WHTCC   1
#define LETCC   2
#define DIGCC   3
#define SEPCC   4
#define OPRCC   5
#define SQUCC   6
#define DQUCC   7
#define GETCHR(c)   (yycolno++, ((c = getchar()) < 32? charfix(c) : c))

Functions

char charfix ()


Define Documentation

#define BADCC   0

Definition at line 7 of file scan.h.

Referenced by yylex().

#define DIGCC   3

Definition at line 10 of file scan.h.

Referenced by yylex().

#define DQUCC   7

Definition at line 14 of file scan.h.

Referenced by yylex().

#define EOFCC   -1

Definition at line 6 of file scan.h.

Referenced by yylex().

#define GETCHR (  )     (yycolno++, ((c = getchar()) < 32? charfix(c) : c))

Definition at line 20 of file scan.h.

Referenced by rdposition(), and yylex().

#define LETCC   2

Definition at line 9 of file scan.h.

Referenced by yylex().

#define OPRCC   5

Definition at line 12 of file scan.h.

Referenced by yylex().

#define SEPCC   4

Definition at line 11 of file scan.h.

Referenced by yylex().

#define SQUCC   6

Definition at line 13 of file scan.h.

Referenced by yylex().

#define WHTCC   1

Definition at line 8 of file scan.h.

Referenced by yylex().


Function Documentation

char charfix (  ) 


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