ProSurfer73 / Macro-Parser

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

Performance : avoid loading multiple times the same file. #62

Open ProSurfer73 opened 1 year ago

ProSurfer73 commented 1 year ago

When the interpretation is activated, the program follow include statement and load subfiles accordingly. In brief a single file included in another file will be loaded multiple times with the current implementation.

ProSurfer73 commented 1 year ago

Let's map files and their macro database !