ConsenSysMesh / solidity-parser

Solidity Parser in Javascript
138 stars 54 forks source link

Add support for solidity interfaces #68

Closed marekkirejczyk closed 7 years ago

marekkirejczyk commented 7 years ago

Fixes #67

federicobond commented 7 years ago

Thanks Marek! Can we change the node type from ContractStatement to InterfaceStatement before merging?

@tcoulter we should should probably update all three of these rules (library/contract/interface) to emit a node that has always ContractDefinition as type and a key named "kind" that takes either "contract", "library" or "interface" as value, but that would be a breaking change. What do you think?

marekkirejczyk commented 7 years ago

@federicobond done.

federicobond commented 7 years ago

Thank you! 🙌

ngan commented 7 years ago

Hi, just wondering when this will be released?