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
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
The goal is to create two libraries : one that will abstract the solidity compiler (solc) version selection and usage and another that will will extract and keep the references in sync with the project.
Definition of Done
A library exist to change of solc version and install the missing ones
The solc library allows to extract source files' AST
A library exist to parse the AST and infer the references between the types, functions etc... and keep them in sync with the file changes
The references library exposes a simple API to get a definition or usage from a location in a source file
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Description
The goal is to create two libraries : one that will abstract the solidity compiler (solc) version selection and usage and another that will will extract and keep the references in sync with the project.
Definition of Done
Code of Conduct
The text was updated successfully, but these errors were encountered: