This PR is a place to add changes necessary to upgrade to the next version of solidity-parser. SP is pre-alpha and being revised to fix bugs, follow the official grammar more closely and be more descriptive / less permissive. Occasionally node types will get added, AST structure will change, etc. As commits are made here, I'll edit the changelog that follows.
Added StateVariableDeclaration stub to parse table.
Reverted changes made in #10 that expected contract level variable declarations to be in an array.
If tests pass CI, it's because the solidity-parser is pinned to #master. It shouldn't be.
WARNING: NOT MERGEABLE
This PR is a place to add changes necessary to upgrade to the next version of solidity-parser. SP is pre-alpha and being revised to fix bugs, follow the official grammar more closely and be more descriptive / less permissive. Occasionally node types will get added, AST structure will change, etc. As commits are made here, I'll edit the changelog that follows.
StateVariableDeclaration
stub to parse table.If tests pass CI, it's because the solidity-parser is pinned to
#master
. It shouldn't be.