unpackdev / solgo

Solidity parser in Go, designed to transform Solidity code into a structured format for enhanced analysis, particularly beneficial for developers using Go to analyze Solidity smart contracts.
https://unpack.dev
Apache License 2.0
1 stars 0 forks source link

CFG and Standards package improvements - Introducing Providers #166

Closed 0x19 closed 5 months ago

0x19 commented 5 months ago

Following PR is a update from #140 that will allow for Sniffy to be introduced later on.

It resolves:

Need to document properly (outside of code) functionalities. Do not have time for it now. I did wrote code doc so you can read through it and as well, there are tests.