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.81k stars 246 forks source link

added Erlang support #366

Closed FilipSzm closed 1 year ago

FilipSzm commented 1 year ago

https://www.erlang.org/ Hello we use Lizard in our university project and i wanted to add erlang support and it was easiest to add it directly here :) its probly not best and fastest implementation but i think it should work quite good, if my code doesn't meet your requirements i will be happy to fix it :)

terryyin commented 1 year ago

Thanks! this looks great. Sorry for the long delay.