ProSurfer73 / Macro-Parser

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

Support apostrophe between figures. #75

Closed ProSurfer73 closed 1 year ago

ProSurfer73 commented 1 year ago

From C++14, the user is allowed to add apostrophe between numbers. It would be great to support this syntax into macro parser. https://stackoverflow.com/questions/54447208/why-can-i-separate-digits-with-an-apostrophe-in-c-but-not-c

For now, a number containing apostrophes is considered as unevaluated. image

ProSurfer73 commented 1 year ago

image The issue is now fixed !