NCDConfigParser_parse.h 1008 B

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