ProSurfer73 / Macro-Parser

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

bug: expression with ? not evaluated. #69

Closed ProSurfer73 closed 1 year ago

ProSurfer73 commented 1 year ago

The following expression is not correctly evaluated by macroparser. Let's debug the situation !

image

ProSurfer73 commented 1 year ago

But this expression seem to be evaluated : image

ProSurfer73 commented 1 year ago

image Thanks to previous commit, the expression mentioned at the beginning is correctly evaluated. But I started to check with a second expression and this time, it does not work as expected.

ProSurfer73 commented 1 year ago

image Thanks to previous commit, the 2 expressions mentioned are now correctly evaluated. We can now consider this issue as closed.