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 =)
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 =)