bug-bison
[Top][All Lists]
Advanced

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

[Fwd - Frm: address@hidden, Subj: WG: bison 1.25 doc typo]


From: Free Software Foundation
Subject: [Fwd - Frm: address@hidden, Subj: WG: bison 1.25 doc typo]
Date: Tue, 14 Nov 2000 14:31:07 -0500
User-agent: Mutt/1.2.5i

A follow up to the last message I just sent.

----- Forwarded message from Niemann Hartmut <address@hidden> -----

To: "'address@hidden'" <address@hidden>
From: Niemann Hartmut <address@hidden>
Date: Tue, 14 Nov 2000 15:33:35 +0100
Subject: WG: bison 1.25 doc typo

After reading section "Special Features for use in action", it looks like
the "error" I reported isn't.
But could the explanation be made clearer?

Hartmut Niemann

Siemens AG, VT GT E3, Günther-Scharowsky-Str. 1, 91058 Erlangen
Tel:  ++49-9131-7-34264   Fax: ++49-9131-7-32952
e-mail: address@hidden

> -----Ursprüngliche Nachricht-----
> Von:  Hartmut Niemann [SMTP:address@hidden
> Gesendet am:  Dienstag, 14. November 2000 14:27
> An:   address@hidden
> Betreff:      bison 1.25 doc typo
> 
> In the HTML-one-file version of the docs seems to be a typo:
> section "Actions in Mid-Rule"
> contains aan example
> 
> stmt:   LET '(' var ')'
>                 { $<context>$ = push_context ();
>                   declare_variable ($3); }
>         stmt    { $$ = $6;
>                   pop_context ($<context>5); }
> 
> which I think should read
> 
> stmt:   LET '(' var ')'
>                 { $<context>5 = push_context ();
>                          ***^***
> 
> 
>                   declare_variable ($3); }
>         stmt    { $$ = $6;
>                   pop_context ($<context>5); }
> 
> With best regards
>  Hartmut Niemann

----- End forwarded message -----

-- 
Bradley M. Kuhn
Free Software Foundation     |  Phone: +1-617-542-5942
59 Temple Place, Suite 330   |  Fax:   +1-617-542-2652
Boston, MA 02111-1307  USA   |  Web:   http://www.gnu.org

Attachment: pgpbcw_Q41DEb.pgp
Description: PGP signature


reply via email to

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