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.82k stars 248 forks source link

separate parameter type from identifier #291

Closed trouvant closed 4 years ago

trouvant commented 4 years ago

Including whitespace between tokens in the items of full_parameters prevents parameter types in explicitly-typed languages being erroneously appended to the front of parameter names.

terryyin commented 4 years ago

Smart solution. I will add a test case for this.