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
2 stars 0 forks source link

Add AST parsing support for Solidity >= 0.5.0 #151

Closed 0x19 closed 5 months ago

0x19 commented 9 months ago

Currently we're ok with 0.6.0+ and most of 0.5.0. There are few tweaks to do in order to support it. This should be done ASAP as most of for example UniswapV2 contracts are on 0.5.

0x19 commented 5 months ago

Duplicated