Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(c): refactor support for macro expansion #24
Add support for macro expansion in the C grammar by introducing a new rule `macroExpandDeclaration` in the `C.g4` file. This allows for more flexible macro usage in the code.
- Loading branch information