ConsenSysMesh / solidity-parser

Solidity Parser in Javascript
138 stars 54 forks source link

Bug fix in StructDeclaration: added "name" field #5

Closed duaraghav8 closed 8 years ago

duaraghav8 commented 8 years ago

The StructDeclaration (line 1643) was missing the "name" field. This means the solidity-parser generated tree of a simple struct declaration would not display the struct's name (which is a very crucial property).

I've fixed this, and tested on my local system. Works good =)

tcoulter commented 8 years ago

Fixed via #6.