Closed area closed 7 years ago
This is hopefully getting fixed in solidity-parser by solparse merging their code in (next week?).
Cool, I'll hold off for now then.
Tuples fix now very close to being in. They will probably rebuild the parser tomorrow and it should work on whatever ref that is. A couple other fixes were ported from solparse too. Only remaining issue with upgrading to these changes is handling the new node type: StateVariableDeclaration
.
Great, that'll make me much happier!
Solidity parser doesn't support this (see https://github.com/ConsenSys/solidity-parser/issues/9), but solparse does. I'm tempted to switch back for now.