[Top][All Lists]
[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
- Re: Bison 1.30f, (continued)
- Re: Bison 1.30f, Paul Eggert, 2001/12/20
- Re: Bison 1.30f, Hans Aberg, 2001/12/21
- Re: Bison 1.30f, Akim Demaille, 2001/12/14
- Re: Bison 1.30f, Paul Eggert, 2001/12/14
- Re: Bison 1.30f, Akim Demaille, 2001/12/15
- Bison and POSIX requirements, Paul Eggert, 2001/12/17
- Re: Bison and POSIX requirements,
Hans Aberg <=
- Re: Bison and POSIX requirements, Akim Demaille, 2001/12/22