For optional debugging during codegen, use the debug class as follows:
debug(verbosity) <<
"The expression is " << expr <<
"\n";
For optional debugging during codegen, use the debug class as follows:
verbosity of 0 always prints, 1 should print after every major stage, 2 should be used for more detail, and 3 should be used for tracing everything that occurs. The verbosity with which to print is determined by the value of the environment variable HL_DEBUG_CODEGEN
Definition at line 49 of file Debug.h.