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

add ast2 error handling and fix symtab using lookup issue #7

Closed t81lal closed 6 months ago

t81lal commented 6 months ago

No longer needed: (1) current version of develop fixes the issues that this patch were intended to fix and (2) this branch is too far out of date to integrate now.