bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doc: mfcalc: demonstrate %printer


From: Tim Landscheidt
Subject: Re: doc: mfcalc: demonstrate %printer
Date: Fri, 16 Mar 2012 23:50:02 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Akim Demaille <address@hidden> wrote:

> [...]
> +In addition, in order to support run-time traces, the prologue is extend
                                                                     ^^^^^^
> +with:
> [...]

This should probably read "extended" as well :-).

> [...]
> +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
> address@hidden 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 that parser; this is the purpose of (admittedly ill-named)
               ^^^^^^^^^^^
> address@hidden directive.
> [...]

I don't quite get the meaning of this; what's "that parser"
in this context?

> [...]
> +Anticipating the completion of the sources of this example, here is a sample
> +of the information provided by run-time traces.  The function @code{main} is
> +modified so that option @option{-p} activates the generated tracing code.
> +The traces are sent onto the standard error.
                            ^^^^^^^^^^^^^^^^^^
> [...]

I believe "standard error" is used without "the".

Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]