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

Extension documentation #373

Closed christianmalek closed 1 year ago

christianmalek commented 1 year ago

Hello,

is there any documentation for creating extensions for Lizard?

terryyin commented 1 year ago

@christianmalek there isn't a clear document for extension as far as I know.

You can look at the extension that comes with lizard at the lizard/lizard_ext/ folder to find many examples.

christianmalek commented 1 year ago

Thank you!