NCDConfigParser_parse.h 882 B

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