#define NAME 1 #define CURLY_OPEN 2 #define CURLY_CLOSE 3 #define ROUND_OPEN 4 #define ROUND_CLOSE 5 #define SEMICOLON 6 #define ARROW 7 #define DOT 8 #define COMMA 9 #define COLON 10 #define BRACKET_OPEN 11 #define BRACKET_CLOSE 12 #define STRING 13 #define PROCESS 14 #define TEMPLATE 15