bug-bison
[Top][All Lists]
Advanced

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

Re: Bison and POSIX requirements


From: Hans Aberg
Subject: Re: Bison and POSIX requirements
Date: Tue, 18 Dec 2001 08:36:49 +0100

At 12:36 -0800 2001/12/17, Paul Eggert wrote:
>    The yacc utility assigns a unique number to each rule. Rules using
>    the vertical bar notation are distinct rules. The number assigned
>    to the rule appears in the description file....
>
>Hmm, does Bison always assign unique numbers to each rule (and
>disjunct) as POSIX requires?  I think so, but I don't know how to
>check easily.

It must, because that is how the rules are stored internally (see for
example nullable.c). The numbers are indicated in the .output file.

  Hans Aberg





reply via email to

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