solidity-parser / parser

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

Add support for solidity 0.8.0 #36

Closed fvictorio closed 3 years ago

fvictorio commented 3 years ago

As far as I know, the main syntax change is the new unchecked blocks, but there might be other things.

fvictorio commented 3 years ago

Fixed in v0.11.0