ProSurfer73 / Macro-Parser

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

Improve the where command. #68

Open ProSurfer73 opened 1 year ago

ProSurfer73 commented 1 year ago

The where command does not find macros with parameters correctly.

For example, suppose you have the following macro:

define MACRO(a) ((a)*2)

And that you look for it mentioning MACRO.

The file containing MACRO(a) will not be listed.