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 ErrorReporter object that can be passed to all solp units for error context tracking + consistent messages #17

Open t81lal opened 1 year ago

t81lal commented 6 months ago

This has been completed for AST2 builder but not for any of the other passes.