ProSurfer73 / Macro-Parser

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

Feature Request : macro spaces diff #10

Closed fred-r closed 2 years ago

fred-r commented 2 years ago

Support new command:

spacediff my_space1 my_space2 my_space3 my_space 1 | my_space2 | my_space3 A : 0x01 | 0x30 | undefined B: 0x02 | 0x40 | 255 C: 0x03 | undefined | 0 D: undefined | undefined | 312

The default ordering is by alphanumerical order.

ProSurfer73 commented 2 years ago

The command is implemented. It lists only the macros that are common in all the spaces listed.