* data/bison.c++: Adapt expansion of $s and @s to the C++ parser.

Update the stack class, give a try to deque as the default container.
This commit is contained in:
Robert Anisko
2002-05-02 16:43:00 +00:00
parent b2d52318fa
commit 45119f0446
2 changed files with 22 additions and 35 deletions

View File

@@ -1,3 +1,8 @@
2002-05-02 Robert Anisko <robert@lrde.epita.fr>
* data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
Update the stack class, give a try to deque as the default container.
2002-05-02 Akim Demaille <akim@epita.fr>
* data/bison.simple (yyparse): Do not implement @$ = @1.