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

type definition of body is a Block not a Statement #83

Closed naddison36 closed 5 years ago

naddison36 commented 5 years ago

Ops, a Statement can be a Block but it can also be other types. Closing