| 123456789101112131415161718192021222324 |
- #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 BLOCK 17
- #define DOT 18
- #define COMMA 19
- #define BRACKET_OPEN 20
- #define BRACKET_CLOSE 21
- #define AT_SIGN 22
- #define PROCESS 23
- #define TEMPLATE 24
|