ApeWorX / ethpm-types

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

feat: add a way to "classify" AST nodes [APE-755] #67

Closed antazoey closed 1 year ago

antazoey commented 1 year ago

What I did

now, compiler APIs in Ape can add classify the ast nodes they create such that downstream services can use those classifications to parse content, such as knowing the nodes in a function def versus the function content (something we have to do for coverage)

How I did it

How to verify it

Checklist