terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.84k stars 248 forks source link

added Solidity support #362

Closed cck197 closed 1 year ago

cck197 commented 1 year ago

https://soliditylang.org/

terryyin commented 1 year ago

Thanks! The code looks clean and well tested. And happy to learn there's a language called Solidity!

cck197 commented 1 year ago

Wow, that was fast, thank you!

Yes, Solidity is the main programming language of Ethereum smart contracts.