Consensys / python-solidity-parser

An experimental Solidity parser for Python built on top of a robust ANTLR4 grammar 📚
https://pypi.org/project/solidity-parser/
142 stars 37 forks source link

[a:b] indexing not supported #27

Open eldadp100 opened 2 years ago

eldadp100 commented 2 years ago

bytes32 txNamehash = bytes32(data[i][4:36]);

This line through the exception "Exception: unrecognized expression"

Can you please handle it? Thanks

sebastian-cherny-toptal commented 1 year ago

I think they already handled it in their last commit (https://github.com/Consensys/python-solidity-parser/commit/5b0977c4a986f0177260f315e77d77d26a2c6510) but didn't make a release yet.