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

Parser can't handle call #20

Open eldadp100 opened 2 years ago

eldadp100 commented 2 years ago

Hi :) I'm using your parser and turns that it can't handle .call expressions.

For example this line: (bool success, ) = savingsAccount.call{value: received}('');

Please fix it if possible :) Thanks!

tintinweb commented 2 years ago

Hey @eldadp100,

can you check out the latest master. this should solve your problem.

cheers, tin