NCDConfigParser_parse.h 924 B

12345678910111213141516171819202122
  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 DOT 17
  18. #define COMMA 18
  19. #define BRACKET_OPEN 19
  20. #define BRACKET_CLOSE 20
  21. #define PROCESS 21
  22. #define TEMPLATE 22