Closed antazoey closed 1 year ago
Now, the ASTNode object can also parse Solidity AST nodes.
nodeType
ast_type
ape-solidity
turn on AST when compiling in ape-solidity or tbd. or try to parse some more complex ASTs
What I did
Now, the ASTNode object can also parse Solidity AST nodes.
How I did it
nodeType
, which is like an alias forast_type
.ape-solidity
will have to figure those out separately and set them (once we get there)How to verify it
turn on AST when compiling in
ape-solidity
or tbd. or try to parse some more complex ASTsChecklist