17 lines
850 B
C
17 lines
850 B
C
#define PHANNOT_COMMA 1
|
|
#define PHANNOT_AT 2
|
|
#define PHANNOT_IDENTIFIER 3
|
|
#define PHANNOT_PARENTHESES_OPEN 4
|
|
#define PHANNOT_PARENTHESES_CLOSE 5
|
|
#define PHANNOT_STRING 6
|
|
#define PHANNOT_EQUALS 7
|
|
#define PHANNOT_COLON 8
|
|
#define PHANNOT_INTEGER 9
|
|
#define PHANNOT_DOUBLE 10
|
|
#define PHANNOT_NULL 11
|
|
#define PHANNOT_FALSE 12
|
|
#define PHANNOT_TRUE 13
|
|
#define PHANNOT_BRACKET_OPEN 14
|
|
#define PHANNOT_BRACKET_CLOSE 15
|
|
#define PHANNOT_SBRACKET_OPEN 16
|
|
#define PHANNOT_SBRACKET_CLOSE 17
|