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