[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FYI: lalr1.cc: too far on the left
From: |
Paul Eggert |
Subject: |
Re: FYI: lalr1.cc: too far on the left |
Date: |
20 Feb 2003 18:00:02 -0800 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.3 |
Akim Demaille <address@hidden> writes:
> Paul, I saw you were using Boundary where I use Position. I kept
> Position for historical reason (used this name for years now), but if
> in English Boundary is better, I'm fine with this.
I think I used "boundary" in bison/src/location.h and its clients
because the Bison manual uses the word "position" to mean location,
e.g., it has a @node "Token Positions" that uses the terms "position"
and "location" interchangeably. These terms both cover the entire
range of a terminal or nonterminal, from beginning to end. To avoid
confusion with the manual, I used a different word.
Sorry, I didn't realize that "position" was used in the "boundary"
sense in data/lalr1.cc.
Either word is fine with me, so long as the documentation and code use
it consistently.