In C++, is it possible to make a multi-statement macro with nested if statements inside of it like the one below? I\'ve be
One can also define macro function and implement the function than
#define MATCH_SYMBOL( symbol, token) match_symbol(symbol,token)