Skip to content

fea: added support for solidity v1#28

Open
harshbhatt18 wants to merge 1 commit intotirth8205:mainfrom
harshbhatt18:feat/harsh/sol
Open

fea: added support for solidity v1#28
harshbhatt18 wants to merge 1 commit intotirth8205:mainfrom
harshbhatt18:feat/harsh/sol

Conversation

@harshbhatt18
Copy link

Summary

Adds comprehensive Solidity (.sol) language support to the code-review graph parser.
Covers every construct from the Solidity spec — contracts, interfaces, libraries,
structs, enums, custom errors, user-defined value types, events, modifiers, state
variables, free functions, and all import/inheritance forms. Also tracks
Solidity-specific relationships like emit statements, modifier invocations, constructor
base calls, and using...for directives as graph edges. No new dependencies required —
the Solidity grammar is already bundled in tree-sitter-language-pack. It's just V1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant