12 lines
252 B
C
12 lines
252 B
C
|
#define TEXT 1
|
||
|
#define SLASH 2
|
||
|
#define COMMENT 3
|
||
|
#define STAR 4
|
||
|
#define STRING 5
|
||
|
#define BACKSLASH_in_STRING 6
|
||
|
#define CHAR_CONST 7
|
||
|
#define BACKSLASH_in_CHAR_CONST 8
|
||
|
#define AT 9
|
||
|
#define CAL_or_QUEST 10
|
||
|
#define WHITE_SPACE 11
|