On 01/24/2011 09:13 AM, Angelo Borsotti wrote:
I am writing to you because I have found your name as the author of the
Java Bison skeleton.
I tried to use Bison to generate a Java parser. The generated java file
contains at the
beginning these lines:
#define YYSTYPE double
#include <math.h>
int yylex (void);
void yyerror (char const *);
This looks like a regression introduced recently. I'm CCing bug-bison.
Regarding StringBuffer/Builder, I think it is used only in case of a
syntax error so it's not performance critical, but it's a good change.
Thanks,
Paolo