On Tue, Apr 11, 2006 at 09:53:55AM +0200, Toto from_moon wrote:
> 
> Hello,
> I would like to use a reentrant parser under windows, by using bison and 
> flex. I am currently using bison 1.875 and flex 2.5.4a.
> Since reentrant options are not present in flex 2.5.4a, I was considering 
> installing flex 2.5.31 but found no binary versions for windows on Internet.
> So my questions are :
> is it possible to compile the sources of 2.5.31 to make a binary for 
> windows ?
> or where can I find flex executable for windows ?
> or is it possible to easily rearrange code of bison 1.875 and flex 2.5.4a 
> to make a reentrant parser ?

Hi Philippe,

You can most likely get a bison parser for windows that honors the
reentrant options, however, have you considered generating the parser
from linux and using the generated parser on windows?

Bob Rossi


_______________________________________________
[email protected] http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to