NCDValParser_parse.h 294 B

1234567
  1. #define COMMA 1
  2. #define CURLY_OPEN 2
  3. #define CURLY_CLOSE 3
  4. #define COLON 4
  5. #define BRACKET_OPEN 5
  6. #define BRACKET_CLOSE 6
  7. #define STRING 7