1 #define PHVOLT_OPEN_DELIMITER                  1
2 #define PHVOLT_COMMA                           2
3 #define PHVOLT_IN                              3
4 #define PHVOLT_QUESTION                        4
5 #define PHVOLT_COLON                           5
6 #define PHVOLT_RANGE                           6
7 #define PHVOLT_AND                             7
8 #define PHVOLT_OR                              8
9 #define PHVOLT_IS                              9
10 #define PHVOLT_EQUALS                         10
11 #define PHVOLT_NOTEQUALS                      11
12 #define PHVOLT_LESS                           12
13 #define PHVOLT_GREATER                        13
14 #define PHVOLT_GREATEREQUAL                   14
15 #define PHVOLT_LESSEQUAL                      15
16 #define PHVOLT_IDENTICAL                      16
17 #define PHVOLT_NOTIDENTICAL                   17
18 #define PHVOLT_DIVIDE                         18
19 #define PHVOLT_TIMES                          19
20 #define PHVOLT_MOD                            20
21 #define PHVOLT_PLUS                           21
22 #define PHVOLT_MINUS                          22
23 #define PHVOLT_CONCAT                         23
24 #define PHVOLT_SBRACKET_OPEN                  24
25 #define PHVOLT_PIPE                           25
26 #define PHVOLT_NOT                            26
27 #define PHVOLT_INCR                           27
28 #define PHVOLT_DECR                           28
29 #define PHVOLT_PARENTHESES_OPEN               29
30 #define PHVOLT_DOT                            30
31 #define PHVOLT_IF                             31
32 #define PHVOLT_CLOSE_DELIMITER                32
33 #define PHVOLT_ENDIF                          33
34 #define PHVOLT_ELSE                           34
35 #define PHVOLT_ELSEIF                         35
36 #define PHVOLT_ELSEFOR                        36
37 #define PHVOLT_FOR                            37
38 #define PHVOLT_IDENTIFIER                     38
39 #define PHVOLT_ENDFOR                         39
40 #define PHVOLT_SWITCH                         40
41 #define PHVOLT_ENDSWITCH                      41
42 #define PHVOLT_CASE                           42
43 #define PHVOLT_DEFAULT                        43
44 #define PHVOLT_SET                            44
45 #define PHVOLT_ASSIGN                         45
46 #define PHVOLT_ADD_ASSIGN                     46
47 #define PHVOLT_SUB_ASSIGN                     47
48 #define PHVOLT_MUL_ASSIGN                     48
49 #define PHVOLT_DIV_ASSIGN                     49
50 #define PHVOLT_SBRACKET_CLOSE                 50
51 #define PHVOLT_MACRO                          51
52 #define PHVOLT_PARENTHESES_CLOSE              52
53 #define PHVOLT_ENDMACRO                       53
54 #define PHVOLT_INTEGER                        54
55 #define PHVOLT_STRING                         55
56 #define PHVOLT_DOUBLE                         56
57 #define PHVOLT_NULL                           57
58 #define PHVOLT_FALSE                          58
59 #define PHVOLT_TRUE                           59
60 #define PHVOLT_CALL                           60
61 #define PHVOLT_ENDCALL                        61
62 #define PHVOLT_OPEN_EDELIMITER                62
63 #define PHVOLT_CLOSE_EDELIMITER               63
64 #define PHVOLT_BLOCK                          64
65 #define PHVOLT_ENDBLOCK                       65
66 #define PHVOLT_CACHE                          66
67 #define PHVOLT_ENDCACHE                       67
68 #define PHVOLT_RAW                            68
69 #define PHVOLT_ENDRAW                         69
70 #define PHVOLT_EXTENDS                        70
71 #define PHVOLT_INCLUDE                        71
72 #define PHVOLT_WITH                           72
73 #define PHVOLT_DO                             73
74 #define PHVOLT_RETURN                         74
75 #define PHVOLT_AUTOESCAPE                     75
76 #define PHVOLT_ENDAUTOESCAPE                  76
77 #define PHVOLT_BREAK                          77
78 #define PHVOLT_CONTINUE                       78
79 #define PHVOLT_RAW_FRAGMENT                   79
80 #define PHVOLT_DEFINED                        80
81 #define PHVOLT_EMPTY                          81
82 #define PHVOLT_EVEN                           82
83 #define PHVOLT_ODD                            83
84 #define PHVOLT_NUMERIC                        84
85 #define PHVOLT_SCALAR                         85
86 #define PHVOLT_ITERABLE                       86
87 #define PHVOLT_CBRACKET_OPEN                  87
88 #define PHVOLT_CBRACKET_CLOSE                 88
89