ProSurfer73 / Macro-Parser

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

Feature request : can we have a locate command ? #22

Closed fred-r closed 2 years ago

fred-r commented 2 years ago
> locate <macrospace> TOTO

TOTO is declared in c:\defs.h

It would be good to avoid consuming too much memory for this. Maybe a collection of file paths is required. Then ,each define of the namespace refers only to this and does not recopy the full path.

ProSurfer73 commented 2 years ago

we already have the command where for that. This feature would be an expansion of the command where to macrospaces. Nevertheless, storage filepath in memory without recopying full path would be an interesting feature.

ProSurfer73 commented 2 years ago

Please look at the where command, it now works with macrospaces.