Zellic / solidity-parser

Solp is a Python library used for reading, parsing and analysis of Solidity source projects and contracts without a dependency on the solc compiler.
https://solp.zellic.io
GNU Affero General Public License v3.0
51 stars 2 forks source link

IR (stage 3) implementation #12

Closed t81lal closed 4 months ago

t81lal commented 10 months ago

This change starts work on the 3 address code SSA form representation of the code. This is generally the most inuitive and easy to handle form for data flow analyses.