ProSurfer73 / Macro-Parser

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

Indicate when a macro should be defined #52

Closed ProSurfer73 closed 2 years ago

ProSurfer73 commented 2 years ago

It would be great to indicate to the user macro definitions missing to evaluate an expression.

Example:

define C 543 define A (4+C+NOMBRE_DE_PERSONNES_SUR_TERRE) look A .. The expression can't be calculated ..

Please define NOMBRE_DE_PERSONNES_SUR_TERRE. The macro has not been found anywhere.

ProSurfer73 commented 2 years ago

https://github.com/ProSurfer73/Macro-Parser/commit/225be21d72112eafa82dfcaceb539093ef6f38f3

ProSurfer73 commented 2 years ago

Issue closed. The feature has been implemented. image