Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.07k stars 118 forks source link

Support pre-0.5.0 constructor pattern in Solidity syntax #112

Closed GNSPS closed 4 years ago

GNSPS commented 4 years ago

Correctly parse and graph pre-0.5.0 constructor syntax in surya graph.

Fixes #97

GNSPS commented 4 years ago

Pretty sure this is working so I'm merging it