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
chore(version): bump version to 2.4.0 and skip option in Protobuf parser
This commit updates the project version to 2.4.0 and adds a skip comment for option statements in the Protobuf parser to ignore them during parsing.
fix(chapi-ast-c): modify C.g4 to support multiple macro declarations #24
The C.g4 file in chapi-ast-c was modified to support multiple macro declarations. The previous implementation only allowed for a single declaration, but now it supports multiple declarations separated by StringLiterals or singleLineMacroDeclarations. This change improves the flexibility and functionality of the C.g4 file.