You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the macro declaration in C.g4 to improve readability and maintainability. The `defineMacro` rule is now split into three separate rules: `macroAssignDeclaration`, `macroAliasDeclaration`, and `macroStructureDeclaration`. The `macroStatementDeclaration` rule now accepts `macroFunctionExpression` as an optional argument.
0 commit comments