help-bison
[Top][All Lists]
Advanced

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

Re: Reentrant parser


From: Bob Rossi
Subject: Re: Reentrant parser
Date: Tue, 11 Apr 2006 06:45:29 -0400
User-agent: Mutt/1.5.9i

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




reply via email to

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