Akim Demaille <[email protected]> wrote:

> [...]
> Words were missing ;)

> The @code{%define} directive will instruct Bison to generate run-time trace
> support.  Then, activation of these traces is controlled at run-time by the
> @code{yydebug} variable, which is disabled by default.  Because these traces
> will refer to the ``states'' of the parser, it is helpful to ask for the
> creation of a description of that parser; this is the purpose of (admittedly
> ill-named) @code{%verbose} directive.
> [...]

Okay, that's more understandable :-).

Tim


Reply via email to