#define INCLUDE                         1
#define STRING                          2
#define INCLUDE_GUARD                   3
#define NAME                            4
#define CURLY_OPEN                      5
#define CURLY_CLOSE                     6
#define ROUND_OPEN                      7
#define ROUND_CLOSE                     8
#define SEMICOLON                       9
#define ARROW                          10
#define IF                             11
#define FOREACH                        12
#define AS                             13
#define COLON                          14
#define ELIF                           15
#define ELSE                           16
#define DOT                            17
#define COMMA                          18
#define BRACKET_OPEN                   19
#define BRACKET_CLOSE                  20
#define PROCESS                        21
#define TEMPLATE                       22
