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

Solidity 0.8.4 #3

Closed t81lal closed 10 months ago

t81lal commented 1 year ago

https://blog.soliditylang.org/2021/04/21/solidity-0.8.4-release-announcement/

Add support to parser, AST1 and AST2.

https://blog.soliditylang.org/2021/04/21/custom-errors/

Notes: ErrorDefinition will need to extend SourceUnit too, need to check parts of code that rely on instance checks.

Notes: add builtin call

t81lal commented 10 months ago

Fixed in #10