Setzer.
(Java Differences): Fix some typos.
* THANKS: Add Sebastian Setzer.
+2007-03-10 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ * doc/bison.texinfo (Destructor Decl): Fix typo reported by Sebastian
+ Setzer.
+ (Java Differences): Fix some typos.
+ * THANKS: Add Sebastian Setzer.
+
2007-03-07 Paolo Bonzini <bonzini@gnu.org>
* data/java.m4 (b4_single_class_if): Remove.
2007-03-07 Paolo Bonzini <bonzini@gnu.org>
* data/java.m4 (b4_single_class_if): Remove.
Robert Anisko anisko_r@epita.fr
Satya Kiran Popuri satyakiran@gmail.com
Sébastien Fricker sebastien.fricker@gmail.com
Robert Anisko anisko_r@epita.fr
Satya Kiran Popuri satyakiran@gmail.com
Sébastien Fricker sebastien.fricker@gmail.com
+Sebastian Setzer sebastian.setzer.ext@siemens.com
Shura debil_urod@ngs.ru
Steve Murphy murf@parsetree.com
Tim Josling tej@melbpc.org.au
Shura debil_urod@ngs.ru
Steve Murphy murf@parsetree.com
Tim Josling tej@melbpc.org.au
@code{YYABORT} or @code{YYACCEPT}, or failed error recovery, or memory
exhaustion.
@code{YYABORT} or @code{YYACCEPT}, or failed error recovery, or memory
exhaustion.
-Right-hand size symbols of a rule that explicitly triggers a syntax
+Right-hand side symbols of a rule that explicitly triggers a syntax
error via @code{YYERROR} are not discarded automatically. As a rule
of thumb, destructors are invoked only when user actions cannot manage
the memory.
error via @code{YYERROR} are not discarded automatically. As a rule
of thumb, destructors are invoked only when user actions cannot manage
the memory.
The different structure of the Java language forces several differences
between C/C++ grammars, and grammars designed for Java parsers. This
The different structure of the Java language forces several differences
between C/C++ grammars, and grammars designed for Java parsers. This
-section summarizes this differences.
+section summarizes these differences.
scanner. If there is no such block, the scanner can be any class
that implements the appropriate interface (see @pxref{Java Scanner
Interface}).
scanner. If there is no such block, the scanner can be any class
that implements the appropriate interface (see @pxref{Java Scanner
Interface}).
Other @code{%code} blocks are not supported in Java parsers.
The epilogue has the same meaning as in C/C++ code and it can
Other @code{%code} blocks are not supported in Java parsers.
The epilogue has the same meaning as in C/C++ code and it can