-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(c): add support for single-line macro declarations #24
This commit adds support for single-line macro declarations in the C grammar. It modifies the `singleLineMacroDeclaration` rule to allow for multiple expressions separated by commas. It also adds the `macroIdDeclaration` rule to handle macro identifiers. Additionally, the commit includes changes to the `CFullIdentListenerTest.kt` file to test the new functionality.
- Loading branch information
Showing
2 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters