AlDanial / cloc

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
GNU General Public License v2.0
19.78k stars 1.02k forks source link

Add support for vyper #762

Closed engn33r closed 1 year ago

engn33r commented 1 year ago

Most values were copied from Python, which is the syntax Vyper uses

Vyper language docs: https://docs.vyperlang.org/

Vyper is a language for the EVM like solidity, which had support added in #189

AlDanial commented 1 year ago

Thanks!