ApeWorX / ethpm-types

Implementation of EIP-2678
Apache License 2.0
14 stars 8 forks source link

feat: able to parse solidity AST objects [APE-966] #76

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

Now, the ASTNode object can also parse Solidity AST nodes.

How I did it

How to verify it

turn on AST when compiling in ape-solidity or tbd. or try to parse some more complex ASTs

Checklist