ProSurfer73 / Macro-Parser

A C/C++ macro calculator
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

bug: hexadecimal expression not recognized. #72

Closed ProSurfer73 closed 1 year ago

ProSurfer73 commented 1 year ago

The following hexadecimal expression is not recognized but it starts with a big X instead of a small one x. image

But it should be considered as valid (please refer to the following online documentation https://www.geeksforgeeks.org/integer-literal-in-c-cpp-prefixes-suffixes/ ) : image

ProSurfer73 commented 1 year ago

image Thanks to the commit mentioned above, the issue is now fixed.