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

Fix 'using L for *' construct in symtab + AST2 #13

Closed t81lal closed 10 months ago

t81lal commented 10 months ago

Idea: on type lookup for T, create a proxy scope that points to the base scope for T but has the functions from L

t81lal commented 10 months ago

Fixed in #10