ConsenSysMesh / solidity-parser

Solidity Parser in Javascript
137 stars 53 forks source link

Add location information #4

Closed raineorshine closed 8 years ago

raineorshine commented 8 years ago

Adds location information (start and end positions in source) to parser output.

As suggested by @duaraghav8 in #3.

tcoulter commented 8 years ago

Thanks @raineorshine!

duaraghav8 commented 8 years ago

@raineorshine this saved me a lot of time, thank you =)