Currently, only the most rudimentary debugging facilities have been
implemented for parser.
The user can define the macro DEBUG_
C, where C is the
name of a syntax class before the syntax definition. This will activate
the parser debugging code. During parsing, the reductions that are taken
will be printed to cerr
.