Chlumsky/json-cpp-gen

Basic macro support

Chlumsky opened this issue · 0 comments

Support parsing simple macros such as

#define STRING_TYPE std::string
#define MAX_ARRAY_LENGTH 256

Do not bother with macros with arguments, nested macros, etc.