Hariharan Mari - 2023-11-20

Previously the Moritz tool could not parse when we have user specific attribute in the declaration eg. static int array[10] USER_ATTRIBUTE; (Here USER_ATTRIBUTE is a Macro) will now be able to parse.
Similary in code MACRO(const int variable = 0); is not parsed before and now it can be parsed.