NCDConfigParser_parse.h 420 B

12345678910
  1. #define PROCESS 1
  2. #define NAME 2
  3. #define CURLY_OPEN 3
  4. #define CURLY_CLOSE 4
  5. #define ROUND_OPEN 5
  6. #define ROUND_CLOSE 6
  7. #define SEMICOLON 7
  8. #define DOT 8
  9. #define STRING 9
  10. #define COMMA 10