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

lizard gets confused by C++ thousands seperator in hex and binary numbers #360

Open dhylands opened 1 year ago

dhylands commented 1 year ago

This is essentially the same bug as #352 except that it applies to using a binary base or hexadecimal base.

i.e. Replace 100'000 in the #352 example with 0b0000'1100 or 0x1234'5678