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.85k stars 250 forks source link

Nesting Analysis #202

Open hgn opened 6 years ago

hgn commented 6 years ago

Is it possible to add an additional feature to count idents? You desribe it itself in https://github.com/terryyin/lizard/blob/master/theory.rst and is probbaly a nice additional metric for software.

terryyin commented 6 years ago

Yes, but it will perhaps take some time. I will have some time in the coming weeks.

On 21 Nov 2017, at 4:08 AM, Hagen Paul Pfeifer notifications@github.com wrote:

Is it possible to add an additional feature to count idents? You desribe it itself in https://github.com/terryyin/lizard/blob/master/theory.rst https://github.com/terryyin/lizard/blob/master/theory.rst and is probbaly a nice additional metric for software.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/terryyin/lizard/issues/202, or mute the thread https://github.com/notifications/unsubscribe-auth/AAwJYkINjf7pNHmVX7XHDGo9Umm_K9nwks5s4dxCgaJpZM4Qk0yF.

hgn commented 6 years ago

Great! I am really surprised how rock solid lizard runs, really a great piece of software. Thank you!