bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bison java skeleton


From: Paolo Bonzini
Subject: Re: bison java skeleton
Date: Mon, 24 Jan 2011 15:44:41 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]