NCDConfigParser_parse.h 840 B

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