#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 STRING 10 #define PROCESS 11 #define TEMPLATE 12