mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
(iterator, const_iterator): these, to be more in the C++ spirit. Also, return reverse iterators so that when displaying the stack we display its bottom first. (Parser::stack_print_, Parser::reduce_print_): Match the messages from yacc.c. We should probably use vector here though.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2004-09-16 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
|
||||
(iterator, const_iterator): these, to be more in the C++ spirit.
|
||||
Also, return reverse iterators so that when displaying the stack
|
||||
we display its bottom first.
|
||||
(Parser::stack_print_, Parser::reduce_print_): Match the messages
|
||||
from yacc.c.
|
||||
We should probably use vector here though.
|
||||
|
||||
2004-09-16 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Have more complete shift traces.
|
||||
|
||||
Reference in New Issue
Block a user