solidity-parser / parser

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

UserDefined type not supported #58

Closed 0xbribe closed 3 years ago

0xbribe commented 3 years ago

UserDefined type introduced in solidity 0.8.8 is not able to be parsed with solidity parser. it may be issue with antlr so I also mad a PR in antlr(https://github.com/solidity-parser/antlr/pull/10) I guess parser itself also needs an update after fixing antlr.

0xbribe commented 3 years ago

resolved in release 0.14.0