JoinColony / solcover

Code coverage for solidity
MIT License
64 stars 8 forks source link

solidity-parser upgrades #36

Closed cgewecke closed 7 years ago

cgewecke commented 7 years ago

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.

If tests pass CI, it's because the solidity-parser is pinned to #master. It shouldn't be.

cgewecke commented 7 years ago

Closing. Ancient, re-opening shortly on a newer base.