federicobond / solidity-parser-antlr

A Solidity parser for JS built on top of a robust ANTLR4 grammar
MIT License
155 stars 55 forks source link

Parsing errors #24

Closed alcuadrado closed 6 years ago

alcuadrado commented 6 years ago

Hi Fede,

I'm opening this issue to track the different parsing errors which I found when creating this PR.

These files can't be parsed:

federicobond commented 6 years ago

Thanks! This is related to the recently introduced multi variable definition statements. It has been fixed in master. I will publish an update soon.